My Project
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()

Member Data Documentation

◆ limit

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

◆ ptr

◆ vPtr


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