A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
type-traits.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TypeTraits< T >::FunctionPtrTraits< U >
 < Non-function pointer type traits More...
 
struct  TypeTraits< T >::FunctionPtrTraits< U(*)(V1)>
 < Function pointer type traits More...
 
struct  TypeTraits< T >::FunctionPtrTraits< U(*)(V1, V2)>
 < Function pointer type traits More...
 
struct  TypeTraits< T >::FunctionPtrTraits< U(*)(V1, V2, V3)>
 < Function pointer type traits More...
 
struct  TypeTraits< T >::FunctionPtrTraits< U(*)(V1, V2, V3, V4)>
 < Function pointer type traits More...
 
struct  TypeTraits< T >::FunctionPtrTraits< U(*)(V1, V2, V3, V4, V5)>
 < Function pointer type traits More...
 
struct  TypeTraits< T >::FunctionPtrTraits< U(*)(V1, V2, V3, V4, V5, V6)>
 < Function pointer type traits More...
 
struct  TypeTraits< T >::FunctionPtrTraits< U(*)(void)>
 < Function pointer type traits More...
 
struct  TypeTraits< T >::NullType
 Null value type traits. More...
 
struct  TypeTraits< T >::PointerTraits< U >
 < Non-pointer type traits More...
 
struct  TypeTraits< T >::PointerTraits< U * >
 < Pointer type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U >
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(void) const >
 < Pointer to const member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(void)>
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1) const >
 < Pointer to const member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1)>
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2) const >
 < Pointer to const member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2)>
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3) const >
 < Pointer to const member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3)>
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4) const >
 < Pointer to const member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4)>
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5) const >
 < Pointer to const member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5)>
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6) const >
 < Pointer to const member type traits More...
 
struct  TypeTraits< T >::PtrToMemberTraits< U(V::*)(W1, W2, W3, W4, W5, W6)>
 < Pointer to member type traits More...
 
struct  TypeTraits< T >::ReferenceTraits< U >
 < Non-reference type traits More...
 
struct  TypeTraits< T >::ReferenceTraits< U & >
 < Reference type traits More...
 
struct  TypeTraits< T >
 Type trait reference values. More...
 
struct  TypeTraits< T >::UnConst< U >
 < Non-const type More...
 
struct  TypeTraits< T >::UnConst< const U >
 < Non-const template type traits More...