CHROMA
Public Member Functions | Public Attributes | List of all members
Chroma::Private::Adapter< T > Struct Template Reference

#include <singleton.h>

Public Member Functions

void operator() (T *)
 

Public Attributes

void(* pFun_ )()
 

Detailed Description

template<class T>
struct Chroma::Private::Adapter< T >

Definition at line 328 of file singleton.h.

Member Function Documentation

◆ operator()()

template<class T >
void Chroma::Private::Adapter< T >::operator() ( T )
inline

Definition at line 330 of file singleton.h.

References Chroma::Private::Adapter< T >::pFun_.

Member Data Documentation

◆ pFun_

template<class T >
void(* Chroma::Private::Adapter< T >::pFun_) ()

Definition at line 331 of file singleton.h.

Referenced by Chroma::Private::Adapter< T >::operator()().


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