|
Groonga 3.0.9 Source Code Document
|
#include <vector.hpp>
Public Member Functions | |
| Vector () | |
| ~Vector () | |
| const T & | operator[] (UInt32 i) const |
| T & | operator[] (UInt32 i) |
| const T & | front () const |
| T & | front () |
| const T & | back () const |
| T & | back () |
| const T * | begin () const |
| T * | begin () |
| const T * | end () const |
| T * | end () |
| void | push_back () |
| void | push_back (const T &x) |
| void | pop_back () |
| void | clear () |
| void | resize (UInt32 new_size) |
| template<typename U > | |
| void | resize (UInt32 new_size, const U &value) |
| void | reserve (UInt32 new_capacity) |
| void | swap (Vector *rhs) |
| bool | empty () const |
| UInt32 | size () const |
| UInt32 | capacity () const |
Definition at line 29 of file vector.hpp.
|
inline |
Definition at line 31 of file vector.hpp.
|
inline |
Definition at line 32 of file vector.hpp.
|
inline |
|
inline |
Definition at line 61 of file vector.hpp.
|
inline |
|
inline |
Definition at line 69 of file vector.hpp.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 76 of file vector.hpp.
|
inline |
|
inline |
Definition at line 52 of file vector.hpp.
|
inline |
Definition at line 39 of file vector.hpp.
|
inline |
Definition at line 43 of file vector.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 85 of file vector.hpp.
|
inline |
|
inline |
|
inline |
Definition at line 114 of file vector.hpp.
|
inline |
|
inline |
Definition at line 156 of file vector.hpp.
1.8.1.2