![]() |
Pioneer
|
#include "Color.h"#include "JsonFwd.h"#include "Quaternion.h"#include "RefCounted.h"#include "core/StringName.h"#include "vector2.h"#include "vector3.h"#include <string>#include <string_view>#include <type_traits>#include <variant>#include <vector>

Go to the source code of this file.
Classes | |
| struct | PropertyMapWrapper |
| class | Property |
| class | PropertyMap |
| struct | PropertyMap::iterator |
Typedefs | |
| using | PropertyBase = std::variant< std::nullptr_t, bool, double, int64_t, vector2d, vector3d, Color, Quaternionf, StringName, PropertyMapWrapper > |
Functions | |
| void | from_json (const Json &obj, Property &n) |
| void | to_json (Json &obj, const Property &n) |
| using PropertyBase = std::variant< std::nullptr_t, bool, double, int64_t, vector2d, vector3d, Color, Quaternionf, StringName, PropertyMapWrapper> |