5#include <Cesium3DTiles/Library.h>
6#include <CesiumUtility/ExtensibleObject.h>
21 static constexpr const char* TypeName =
"EnumValue";
36 int64_t value = int64_t();
49 accum += int64_t(this->name.capacity() *
sizeof(
char));
50 if (this->description) {
51 accum += int64_t(this->description->capacity() *
sizeof(
char));
Classes for using 3D Tiles.
int64_t getSizeBytes() const
Calculates the size in bytes of this object, including the contents of all collections,...
std::optional< std::string > description
The description of the enum value.
std::string name
The name of the enum value.
The base class for objects that have extensions and extras.
int64_t getSizeBytes() const
Calculates the size in bytes of this ExtensibleObject, including all of its extras but NOT including ...