ReactOS 0.4.16-dev-136-g52192f1
|
#include <_tools.h>
Public Types | |
typedef _StorageT | storage_type |
typedef _ValueT | value_type |
Static Public Member Functions | |
static value_type * | to_value_type_ptr (storage_type *__ptr) |
static value_type const * | to_value_type_cptr (storage_type const *__ptr) |
static value_type ** | to_value_type_pptr (storage_type **__ptr) |
static value_type & | to_value_type_ref (storage_type &__ref) |
static value_type const & | to_value_type_cref (storage_type const &__ref) |
static storage_type * | to_storage_type_ptr (value_type *__ptr) |
static storage_type const * | to_storage_type_cptr (value_type const *__ptr) |
static storage_type ** | to_storage_type_pptr (value_type **__ptr) |
static storage_type const & | to_storage_type_cref (value_type const &__ref) |
template<class _Tp1 > | |
static _Tp1 const & | to_storage_type_crefT (_Tp1 const &__ref) |
typedef _StorageT _CastTraits< _StorageT, _ValueT >::storage_type |
typedef _ValueT _CastTraits< _StorageT, _ValueT >::value_type |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
Definition at line 421 of file _tools.h.
Referenced by _DequeIteCast< _StorageT, _ValueT >::to_storage_type_cite(), and _DequeIteCast< _StorageT, _ValueT >::to_storage_type_ite().
|
inlinestatic |
Definition at line 417 of file _tools.h.
Referenced by _DequeIteCast< _StorageT, _ValueT >::to_storage_type_cite(), and _DequeIteCast< _StorageT, _ValueT >::to_storage_type_ite().
|
inlinestatic |
|
inlinestatic |
Definition at line 414 of file _tools.h.
Referenced by _BinaryPredWrapper< _StorageT, _ValueT, _BinaryPredicate >::operator()(), and _UnaryPredWrapper< _StorageT, _ValueT, _UnaryPredicate >::operator()().
|
inlinestatic |
Definition at line 410 of file _tools.h.
Referenced by _DequeIteCast< _StorageT, _ValueT >::to_value_type_cite(), and _DequeIteCast< _StorageT, _ValueT >::to_value_type_ite().
|
inlinestatic |
Definition at line 406 of file _tools.h.
Referenced by _DequeIteCast< _StorageT, _ValueT >::to_value_type_cite(), and _DequeIteCast< _StorageT, _ValueT >::to_value_type_ite().
|
inlinestatic |