|
|
Donner
C++20 SVG rendering library
|
#include <bit>#include <cassert>#include <compare>#include <memory>#include <string>#include <string_view>#include <vector>#include "donner/base/StringUtils.h"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. | |