#include <CollectionProxy.h>
Inheritance diagram for Reflex::Pushback< T >:
Public Types | |
typedef T | Cont_t |
typedef T::iterator | Iter_t |
typedef T::value_type | Value_t |
typedef Environ< Iter_t > | Env_t |
typedef Env_t * | PEnv_t |
typedef Cont_t * | PCont_t |
typedef Value_t * | PValue_t |
Static Public Member Functions | |
static void | resize (void *obj, size_t n) |
static void * | feed (void *from, void *to, size_t size) |
static int | value_offset () |
Definition at line 228 of file CollectionProxy.h.
typedef T Reflex::Pushback< T >::Cont_t |
typedef T::iterator Reflex::Pushback< T >::Iter_t |
typedef T::value_type Reflex::Pushback< T >::Value_t |
typedef Environ<Iter_t> Reflex::Pushback< T >::Env_t |
typedef Env_t* Reflex::Pushback< T >::PEnv_t |
typedef Cont_t* Reflex::Pushback< T >::PCont_t |
typedef Value_t* Reflex::Pushback< T >::PValue_t |
static void Reflex::Pushback< T >::resize | ( | void * | obj, | |
size_t | n | |||
) | [inline, static] |
static void* Reflex::Pushback< T >::feed | ( | void * | from, | |
void * | to, | |||
size_t | size | |||
) | [inline, static] |
static int Reflex::Pushback< T >::value_offset | ( | ) | [inline, static] |
Definition at line 254 of file CollectionProxy.h.