Namespace: Reflection
Reflection group. Represents a group of reflectable objects.
Type: Reference type
Declaration | Description |
---|---|
Function@ FindGlobalFunction(const string& in szName, bool fSearchByDecl = false) | Finds a global function. Searches by name by default, searches by declaration if fSearchByDecl is set to true. |
uint GetGlobalFunctionCount() const | Gets the number of global functions. |
Function@ GetGlobalFunctionByIndex(uint uiIndex) | Gets the global function at the given index. |
ObjectType@ FindObjectType(const string& in szName, bool fSearchByDecl = false) | Finds an object type. Searches by name by default, searches by declaration if fSearchByDecl is set to true. |
uint GetObjectTypeCount() const | Gets the number of object types. |
ObjectType@ GetObjectTypeByIndex(uint uiIndex) const | Gets the object type at the given index. |