|
Groonga 3.0.9 Source Code Document
|
#include <array.hpp>
Public Member Functions | |
| Array () | |
| Array (void *ptr, UInt32 size) | |
| template<UInt32 U> | |
| Array (T(&array)[U]) | |
| ~Array () | |
| const T & | operator[] (UInt32 i) const |
| T & | operator[] (UInt32 i) |
| const T * | begin () const |
| T * | begin () |
| const T * | end () const |
| T * | end () |
| void | assign (void *ptr, UInt32 size) |
| template<UInt32 U> | |
| void | assign (T(&array)[U]) |
| void | swap (Array *rhs) |
| T * | ptr () const |
| UInt32 | size () const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.1.2