/home/ntakagi/work/STLport-5.1.5/stlport/stl/_ptrs_specialize.h File Reference

#include <stl/type_traits.h>

Go to the source code of this file.

Defines

#define _STLP_ARROW_SPECIALIZE_WITH_PTRS(_Tp)
#define _STLP_DEFINE_ARROW_OPERATOR   pointer operator->() const { return &(operator*()); }
#define _STLP_TYPE_TRAITS_POD_SPECIALIZE(_Type)   _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<1> {};
#define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type)
#define _STLP_POINTERS_SPECIALIZE(_Type)   _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) _STLP_ARROW_SPECIALIZE_WITH_PTRS(_Type)


Define Documentation

#define _STLP_ARROW_SPECIALIZE_WITH_PTRS ( _Tp   ) 

Definition at line 15 of file _ptrs_specialize.h.

#define _STLP_DEFINE_ARROW_OPERATOR   pointer operator->() const { return &(operator*()); }

Definition at line 21 of file _ptrs_specialize.h.

#define _STLP_POINTERS_SPECIALIZE ( _Type   )     _STLP_TYPE_TRAITS_POD_SPECIALIZE_V(_Type) _STLP_ARROW_SPECIALIZE_WITH_PTRS(_Type)

Definition at line 42 of file _ptrs_specialize.h.

#define _STLP_TYPE_TRAITS_POD_SPECIALIZE ( _Type   )     _STLP_TEMPLATE_NULL struct __type_traits<_Type> : __type_traits_aux<1> {};

Definition at line 31 of file _ptrs_specialize.h.

#define _STLP_TYPE_TRAITS_POD_SPECIALIZE_V ( _Type   ) 



Generated on Mon Mar 10 15:32:49 2008 by  doxygen 1.5.1