| activatePackage(StringTableEntry name) | Namespace | [static] |
| addCommand(StringTableEntry name, StringCallback, const char *usage, S32 minArgs, S32 maxArgs, bool toolOnly=false) | Namespace | |
| addCommand(StringTableEntry name, IntCallback, const char *usage, S32 minArgs, S32 maxArgs, bool toolOnly=false) | Namespace | |
| addCommand(StringTableEntry name, FloatCallback, const char *usage, S32 minArgs, S32 maxArgs, bool toolOnly=false) | Namespace | |
| addCommand(StringTableEntry name, VoidCallback, const char *usage, S32 minArgs, S32 maxArgs, bool toolOnly=false) | Namespace | |
| addCommand(StringTableEntry name, BoolCallback, const char *usage, S32 minArgs, S32 maxArgs, bool toolOnly=false) | Namespace | |
| addFunction(StringTableEntry name, CodeBlock *cb, U32 functionOffset, const char *usage=NULL) | Namespace | |
| addOverload(const char *name, const char *altUsage) | Namespace | |
| addScriptCallback(const char *funcName, const char *usage) | Namespace | |
| buildHashTable() | Namespace | |
| classLinkTo(Namespace *parent) | Namespace | |
| clearEntries() | Namespace | |
| createLocalEntry(StringTableEntry name) | Namespace | |
| deactivatePackage(StringTableEntry name) | Namespace | [static] |
| dumpClasses(bool dumpScript=true, bool dumpEngine=true) | Namespace | [static] |
| dumpFunctions(bool dumpScript=true, bool dumpEngine=true) | Namespace | [static] |
| find(StringTableEntry name, StringTableEntry package=NULL) | Namespace | [static] |
| getEntryList(VectorPtr< Entry * > *) | Namespace | |
| getUniqueEntryLists(Namespace *other, VectorPtr< Entry * > *outThisList, VectorPtr< Entry * > *outOtherList) | Namespace | |
| global() | Namespace | [static] |
| init() | Namespace | [static] |
| isPackage(StringTableEntry name) | Namespace | [static] |
| lastUsage | Namespace | |
| lookup(StringTableEntry name) | Namespace | |
| lookupRecursive(StringTableEntry name) | Namespace | |
| mActivePackages | Namespace | [private, static] |
| mAllocator | Namespace | [static] |
| markGroup(const char *name, const char *usage) | Namespace | |
| MaxActivePackages enum value | Namespace | [private] |
| mCacheAllocator | Namespace | [static] |
| mCacheSequence | Namespace | [static] |
| mClassRep | Namespace | |
| mCleanUpUsage | Namespace | |
| mEntryList | Namespace | |
| mGlobalNamespace | Namespace | [static] |
| mHashSequence | Namespace | |
| mHashSize | Namespace | |
| mHashTable | Namespace | |
| mName | Namespace | |
| mNamespaceList | Namespace | [static] |
| mNext | Namespace | |
| mNumActivePackages | Namespace | [private, static] |
| mOldNumActivePackages | Namespace | [private, static] |
| mPackage | Namespace | |
| mParent | Namespace | |
| mRefCountToParent | Namespace | |
| mUsage | Namespace | |
| Namespace() | Namespace | |
| printNamespaceEntries(Namespace *g, bool dumpScript=true, bool dumpEngine=true) | Namespace | [static] |
| relinkPackages() | Namespace | [static] |
| shutdown() | Namespace | [static] |
| tabComplete(const char *prevText, S32 baseLen, bool fForward) | Namespace | |
| trashCache() | Namespace | [static] |
| unlinkClass(Namespace *parent) | Namespace | |
| unlinkPackages() | Namespace | [static] |
| ~Namespace() | Namespace | |