#include <fixedCapacityVector.h>
| Public Member Functions | |
| FixedCapacityVectorPushBack (T **vPtr_, T *limit_) | |
| ~FixedCapacityVectorPushBack () | |
| void | push_back (const T &e) | 
| Private Attributes | |
| T * | ptr | 
| T ** | vPtr | 
| T * | limit | 
Definition at line 22 of file fixedCapacityVector.h.
| 
 | inline | 
Definition at line 30 of file fixedCapacityVector.h.
| 
 | inline | 
Definition at line 37 of file fixedCapacityVector.h.
References osl::misc::FixedCapacityVectorPushBack< T >::ptr, and osl::misc::FixedCapacityVectorPushBack< T >::vPtr.
| 
 | inline | 
Definition at line 42 of file fixedCapacityVector.h.
References osl::misc::construct(), osl::misc::FixedCapacityVectorPushBack< T >::limit, osl::misc::FixedCapacityVectorPushBack< T >::ptr, and osl::misc::FixedCapacityVectorPushBack< T >::vPtr.
| 
 | private | 
Definition at line 27 of file fixedCapacityVector.h.
Referenced by osl::misc::FixedCapacityVectorPushBack< T >::push_back().
| 
 | private | 
Definition at line 24 of file fixedCapacityVector.h.
Referenced by osl::misc::FixedCapacityVectorPushBack< T >::push_back(), and osl::misc::FixedCapacityVectorPushBack< T >::~FixedCapacityVectorPushBack().
| 
 | private | 
Definition at line 25 of file fixedCapacityVector.h.
Referenced by osl::misc::FixedCapacityVectorPushBack< T >::push_back(), and osl::misc::FixedCapacityVectorPushBack< T >::~FixedCapacityVectorPushBack().
 1.8.4
 1.8.4