OpenClonk
C4ConsoleGUI::InternalState< T > Class Template Reference

#include <C4ConsoleGUI.h>

Inheritance diagram for C4ConsoleGUI::InternalState< T >:
[legend]

Public Member Functions

 InternalState (T *owner)
 
T * GetOwner ()
 

Protected Types

typedef class InternalState< T > Super
 

Detailed Description

template<class T>
class C4ConsoleGUI::InternalState< T >

Definition at line 39 of file C4ConsoleGUI.h.

Member Typedef Documentation

◆ Super

template<class T >
typedef class InternalState< T > C4ConsoleGUI::InternalState< T >::Super
protected

Definition at line 172 of file C4ConsoleGUI.h.

Constructor & Destructor Documentation

◆ InternalState()

template<class T >
C4ConsoleGUI::InternalState< T >::InternalState ( T *  owner)
inline

Definition at line 46 of file C4ConsoleGUI.h.

46 : owner(owner) {}

Member Function Documentation

◆ GetOwner()

template<class T >
T* C4ConsoleGUI::InternalState< T >::GetOwner ( )
inline

Definition at line 47 of file C4ConsoleGUI.h.

47 {return owner;}

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