Type Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
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
typedef std::map<string::SharedString, Annotations *> AnnotationMap
A map of annotations for the class by name.
typedef std::map<string::SharedString, Variant> Annotations
typedef Class ClassType
The type of Class which reflects the castable.
typedef typename T::ClassType ClassType
This is the public static type of the Class represented by this signature type.
The type of data that this path represents.
typedef std::map<string::SharedString, const Property *> PropertyMap
A map of properties for the class by name.
typedef unsigned size_type
typedef unsigned size_type
typedef std::map<int, string::SharedString> ToNameMap
typedef std::map<string::SharedString, int> ToValueMap
Close