Donner
C++20 SVG rendering library
Loading...
Searching...
No Matches
RcString.h File Reference
#include <bit>
#include <cassert>
#include <compare>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
#include "donner/base/StringUtils.h"
Include dependency graph for RcString.h:
This graph shows which files directly or indirectly include this file:

Classes

class  donner::RcString
 A reference counted string, that is copy-on-write and implements the small-string optimization. More...
 
struct  donner::RcString::LongStringData::InitOnlySharedPtr
 
struct  std::hash< donner::RcString >
 Hash function for RcString. More...
 

Namespaces

namespace  donner
 Top-level Donner namespace, which is split into different sub-namespaces such as donner::svg and donner::css.