|
hollyhock
|
#include <util.hpp>

Public Member Functions | |
| template<typename T > | |
| T * | GetWrapped () |
Protected Member Functions | |
| Wrapped (Wrapped const &)=delete | |
| void | operator= (Wrapped const &)=delete |
Protected Attributes | |
| void * | m_wrapped |
| A pointer to the wrapped class. | |
Wraps an internal class from the fx-CP400.
|
inline |
Returns a pointer to the internal class.
| T | The type of the pointer to return. Can be void. |