template <typename T>
T GetPointer(
const char * name
) const;
template <typename T>
T GetPointer(
s32 index
) const;
| GetPointer ( const char * ) | Searches for a symbol. |
| GetPointer ( s32 ) | Gets a pointer corresponding to the index. |
Searches for the symbol having the specified name inside this module and returns a pointer to it.
A mangled name must be specified when specifying a C++ symbol.
Gets a pointer to the object corresponding to the specified index inside this module.
CONFIDENTIAL