Mapping

Undocumented in source.

Members

Functions

contains
bool contains()
Undocumented in source. Be warned that the author may not have intended to support it.
id
size_t id()
Undocumented in source. Be warned that the author may not have intended to support it.
id
size_t id(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
nameRange
auto nameRange()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
InfoType opIndex(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
put
size_t put(InfoType info)
Undocumented in source. Be warned that the author may not have intended to support it.
put
size_t put(InfoType info)
Undocumented in source. Be warned that the author may not have intended to support it.
setMapping
void setMapping(R names)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

infoArray
InfoType[] infoArray;
Undocumented in source.
nameToIndexMap
size_t[string] nameToIndexMap;
Undocumented in source.
typeToIndexMap
size_t[TypeInfo] typeToIndexMap;
Undocumented in source.

Meta