GetPointer

nn::ro::Module::GetPointer Member Function

Syntax

template <typename T>
T GetPointer(
     const char * name
) const;

template <typename T>
T GetPointer(
     s32 index
) const;

List of Overloaded Member Functions

GetPointer ( const char * ) Searches for a symbol.
GetPointer ( s32 ) Gets a pointer corresponding to the index.

Description of GetPointer ( const char * )

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.

Description of GetPointer ( s32 )

Gets a pointer to the object corresponding to the specified index inside this module.


CONFIDENTIAL