B2BITS FIX Antenna HFT  1.0.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

template<typename T >
typedef Type const* FixDictionary2::TypeTraits< T >::CPtr
template<typename T >
typedef CPtr const* FixDictionary2::TypeTraits< T >::CPtrArray
template<typename T >
typedef CSRefCounterPtr<Type> const FixDictionary2::TypeTraits< T >::CRef
template<typename T >
typedef CRef* FixDictionary2::TypeTraits< T >::CRefArray
template<typename T >
typedef Type* FixDictionary2::TypeTraits< T >::Ptr
template<typename T >
typedef CSRefCounterPtr<Type> FixDictionary2::TypeTraits< T >::Ref
template<typename T >
typedef Ref* FixDictionary2::TypeTraits< T >::RefArray
template<typename T >
typedef CSRefCounterPtr<Type const> FixDictionary2::TypeTraits< T >::RefC
template<typename T >
typedef T FixDictionary2::TypeTraits< T >::Type