CHROMA
Public Attributes | List of all members
Chroma::CreateStatic< T >::MaxAlign Union Reference

#include <singleton.h>

Public Attributes

char t_ [sizeof(T)]
 
short int shortInt_
 
int int_
 
long int longInt_
 
float float_
 
double double_
 
long double longDouble_
 
int Test::* pMember_
 
int(Test::* pMemberFn_ )(int)
 

Detailed Description

template<class T>
union Chroma::CreateStatic< T >::MaxAlign

Definition at line 219 of file singleton.h.

Member Data Documentation

◆ double_

template<class T >
double Chroma::CreateStatic< T >::MaxAlign::double_

Definition at line 226 of file singleton.h.

◆ float_

template<class T >
float Chroma::CreateStatic< T >::MaxAlign::float_

Definition at line 225 of file singleton.h.

◆ int_

template<class T >
int Chroma::CreateStatic< T >::MaxAlign::int_

Definition at line 223 of file singleton.h.

◆ longDouble_

template<class T >
long double Chroma::CreateStatic< T >::MaxAlign::longDouble_

Definition at line 227 of file singleton.h.

◆ longInt_

template<class T >
long int Chroma::CreateStatic< T >::MaxAlign::longInt_

Definition at line 224 of file singleton.h.

◆ pMember_

template<class T >
int Test::* Chroma::CreateStatic< T >::MaxAlign::pMember_

Definition at line 229 of file singleton.h.

◆ pMemberFn_

template<class T >
int(Test::* Chroma::CreateStatic< T >::MaxAlign::pMemberFn_) (int)

Definition at line 230 of file singleton.h.

◆ shortInt_

template<class T >
short int Chroma::CreateStatic< T >::MaxAlign::shortInt_

Definition at line 222 of file singleton.h.

◆ t_

template<class T >
char Chroma::CreateStatic< T >::MaxAlign::t_[sizeof(T)]

Definition at line 221 of file singleton.h.


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