#include <Property.h>
◆ pointer
◆ reference
◆ value_type
◆ PropertyMap()
| PropertyMap::PropertyMap |
( |
| ) |
|
◆ ~PropertyMap()
| PropertyMap::~PropertyMap |
( |
| ) |
|
◆ begin()
◆ Capacity()
| size_t PropertyMap::Capacity |
( |
| ) |
const |
|
inline |
◆ cbegin()
◆ cend()
◆ Clear()
| void PropertyMap::Clear |
( |
| ) |
|
◆ Empty()
| bool PropertyMap::Empty |
( |
| ) |
const |
|
inline |
◆ end()
◆ Get() [1/3]
template<size_t N>
| const Property & PropertyMap::Get |
( |
const char |
str[N] | ) |
const |
|
inline |
◆ Get() [2/3]
◆ Get() [3/3]
| const Property & PropertyMap::Get |
( |
std::string_view |
str | ) |
const |
|
inline |
◆ LoadFromJson()
| void PropertyMap::LoadFromJson |
( |
const Json & |
obj | ) |
|
◆ operator PropertyMapWrapper()
◆ SaveToJson()
| void PropertyMap::SaveToJson |
( |
Json & |
obj | ) |
|
◆ Set() [1/4]
template<typename T >
| void PropertyMap::Set |
( |
const StringName & |
key, |
|
|
const T & |
prop |
|
) |
| |
|
inline |
◆ Set() [2/4]
◆ Set() [3/4]
template<typename T >
| void PropertyMap::Set |
( |
std::string_view |
str, |
|
|
const T & |
prop |
|
) |
| |
|
inline |
◆ Set() [4/4]
| void PropertyMap::Set |
( |
std::string_view |
str, |
|
|
Property && |
prop |
|
) |
| |
|
inline |
◆ Size()
| size_t PropertyMap::Size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: