#include <CollectionProxy.h>
Inheritance diagram for Reflex::Insert< 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 * | feed (void *from, void *to, size_t size) | 
| static void | resize (void *, size_t) | 
| static int | value_offset () | 
Definition at line 270 of file CollectionProxy.h.
| typedef T Reflex::Insert< T >::Cont_t | 
| typedef T::iterator Reflex::Insert< T >::Iter_t | 
| typedef T::value_type Reflex::Insert< T >::Value_t | 
| typedef Environ<Iter_t> Reflex::Insert< T >::Env_t | 
| typedef Env_t* Reflex::Insert< T >::PEnv_t | 
| typedef Cont_t* Reflex::Insert< T >::PCont_t | 
| typedef Value_t* Reflex::Insert< T >::PValue_t | 
| static void* Reflex::Insert< T >::feed | ( | void * | from, | |
| void * | to, | |||
| size_t | size | |||
| ) |  [inline, static] | 
        
| static void Reflex::Insert< T >::resize | ( | void * | , | |
| size_t | ||||
| ) |  [inline, static] | 
        
Definition at line 291 of file CollectionProxy.h.
| static int Reflex::Insert< T >::value_offset | ( | ) |  [inline, static] | 
        
Definition at line 295 of file CollectionProxy.h.
 1.5.1