template <typename T>
T GetPointer(
const char * name
) const;
| Name | Description |
|---|---|
T |
Type of pointer to get. |
| Name | Description | |
|---|---|---|
| in | name |
Symbol string for the object whose pointer is to be gotten. |
name is found. Returns NULL if the address is not found. Searches for a symbol.
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.
CONFIDENTIAL