B2BITS FIX Antenna C++ 2.32.0
Loading...
Searching...
No Matches
Public Types | List of all members
FixDictionary2::TypeTraits< T > Class Template Reference

Generates helper types. More...

#include <B2BITS_DictionaryDefines.h>

Public Types

typedef Type const * CPtr
 
typedef CPtr const * CPtrArray
 
typedef CSRefCounterPtr< Type > const CRef
 
typedef CRefCRefArray
 
typedef TypePtr
 
typedef CSRefCounterPtr< TypeRef
 
typedef RefRefArray
 
typedef CSRefCounterPtr< Type const > RefC
 
typedef T Type
 

Detailed Description

template<typename T>
class FixDictionary2::TypeTraits< T >

Generates helper types.

Member Typedef Documentation

◆ CPtr

template<typename T >
typedef Type const* FixDictionary2::TypeTraits< T >::CPtr

◆ CPtrArray

template<typename T >
typedef CPtr const* FixDictionary2::TypeTraits< T >::CPtrArray

◆ CRef

template<typename T >
typedef CSRefCounterPtr<Type> const FixDictionary2::TypeTraits< T >::CRef

◆ CRefArray

template<typename T >
typedef CRef* FixDictionary2::TypeTraits< T >::CRefArray

◆ Ptr

template<typename T >
typedef Type* FixDictionary2::TypeTraits< T >::Ptr

◆ Ref

template<typename T >
typedef CSRefCounterPtr<Type> FixDictionary2::TypeTraits< T >::Ref

◆ RefArray

template<typename T >
typedef Ref* FixDictionary2::TypeTraits< T >::RefArray

◆ RefC

template<typename T >
typedef CSRefCounterPtr<Type const> FixDictionary2::TypeTraits< T >::RefC

◆ Type

template<typename T >
typedef T FixDictionary2::TypeTraits< T >::Type