My Project
Public Member Functions | Private Attributes | List of all members
osl::detail::FixedCapacityVectorPushBack< T > Class Template Reference

#include <container.h>

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::detail::FixedCapacityVectorPushBack< T >

Definition at line 103 of file container.h.

Constructor & Destructor Documentation

◆ FixedCapacityVectorPushBack()

template<typename T >
osl::detail::FixedCapacityVectorPushBack< T >::FixedCapacityVectorPushBack ( T **  vPtr_,
T *  limit_ 
)
inline

Definition at line 111 of file container.h.

◆ ~FixedCapacityVectorPushBack()

Member Function Documentation

◆ push_back()

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

Member Data Documentation

◆ limit

template<typename T >
T* osl::detail::FixedCapacityVectorPushBack< T >::limit
private

◆ ptr

template<typename T >
T* osl::detail::FixedCapacityVectorPushBack< T >::ptr
private

◆ vPtr

template<typename T >
T** osl::detail::FixedCapacityVectorPushBack< T >::vPtr
private

The documentation for this class was generated from the following file: