virtual | ~NamespaceBuilder() |
Reflex::NamespaceBuilder& | AddProperty(const char* key, Reflex::Any value) |
Reflex::NamespaceBuilder& | AddProperty(const char* key, const char* value) |
Reflex::NamespaceBuilder | NamespaceBuilder(const char* nam) |
Reflex::NamespaceBuilder | NamespaceBuilder(const Reflex::NamespaceBuilder&) |
Reflex::Scope | ToScope() |
AddProperty will add a PropertyNth * @param key the PropertyNth key * @param value the value of the PropertyNth * @return a reference to the building class
* ToScope will return the currently being built namespace * @return namespace currently being built