A | |
AnnotationMap, ObjectType | |
Annotations, ObjectType | |
C | |
ClassType | |
ConstructMode, SharedString | |
N | |
NormalizedType, PropertyPath | |
P | |
PropertyMap, PersistentClass | |
S | |
size_type | |
T | |
TagType, SerializationTag | |
ToNameMap, EnumType | |
ToValueMap, EnumType |
A map of annotations for the class by name.
typedef std::map<string::SharedString, Annotations *> AnnotationMap
typedef std::map<string::SharedString, Variant> Annotations
The type of Class which reflects the castable.
typedef Class ClassType
This is the public static type of the Class represented by this signature type.
typedef typename T::ClassType ClassType
A map of properties for the class by name.
typedef std::map<string::SharedString, const Property *> PropertyMap
typedef unsigned size_type
typedef unsigned size_type
typedef std::map<int, string::SharedString> ToNameMap
typedef std::map<string::SharedString, int> ToValueMap