hollyhock
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Wrapped Class Reference

#include <util.hpp>

Inheritance diagram for Wrapped:
Inheritance graph
[legend]

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.
 

Detailed Description

Wraps an internal class from the fx-CP400.

Member Function Documentation

◆ GetWrapped()

template<typename T >
T* Wrapped::GetWrapped ( )
inline

Returns a pointer to the internal class.

Template Parameters
TThe type of the pointer to return. Can be void.
Returns
A pointer to the internal class.

The documentation for this class was generated from the following file: