My Project
|
#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 |
Definition at line 103 of file container.h.
|
inline |
Definition at line 111 of file container.h.
|
inline |
Definition at line 118 of file container.h.
References osl::detail::FixedCapacityVectorPushBack< T >::ptr, and osl::detail::FixedCapacityVectorPushBack< T >::vPtr.
|
inline |
Definition at line 122 of file container.h.
References osl::misc::construct(), osl::detail::FixedCapacityVectorPushBack< T >::limit, osl::detail::FixedCapacityVectorPushBack< T >::ptr, and osl::detail::FixedCapacityVectorPushBack< T >::vPtr.
|
private |
Definition at line 108 of file container.h.
Referenced by osl::detail::FixedCapacityVectorPushBack< T >::push_back().
|
private |
Definition at line 105 of file container.h.
Referenced by osl::detail::FixedCapacityVectorPushBack< T >::push_back(), and osl::detail::FixedCapacityVectorPushBack< T >::~FixedCapacityVectorPushBack().
|
private |
Definition at line 106 of file container.h.
Referenced by osl::detail::FixedCapacityVectorPushBack< T >::push_back(), and osl::detail::FixedCapacityVectorPushBack< T >::~FixedCapacityVectorPushBack().