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