All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Private Attributes
osl::misc::FixedCapacityVectorPushBack< T > Class Template Reference

#include <fixedCapacityVector.h>

List of all members.

Public Member Functions

 FixedCapacityVectorPushBack (T **vPtr_, T *limit_)
 ~FixedCapacityVectorPushBack ()
void push_back (const T &e)

Private Attributes

T * ptr
T ** vPtr
T * limit

Detailed Description

template<typename T>
class osl::misc::FixedCapacityVectorPushBack< T >

Definition at line 22 of file fixedCapacityVector.h.


Constructor & Destructor Documentation

template<typename T>
osl::misc::FixedCapacityVectorPushBack< T >::FixedCapacityVectorPushBack ( T **  vPtr_,
T *  limit_ 
) [inline]

Definition at line 30 of file fixedCapacityVector.h.

template<typename T>
osl::misc::FixedCapacityVectorPushBack< T >::~FixedCapacityVectorPushBack ( ) [inline]

Member Function Documentation

template<typename T>
void osl::misc::FixedCapacityVectorPushBack< T >::push_back ( const T &  e) [inline]

Member Data Documentation

template<typename T>
T* osl::misc::FixedCapacityVectorPushBack< T >::limit [private]
template<typename T>
T* osl::misc::FixedCapacityVectorPushBack< T >::ptr [private]
template<typename T>
T** osl::misc::FixedCapacityVectorPushBack< T >::vPtr [private]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines