libktorrent
2.2.0
|
#include <array.h>
Public Member Functions | |
Array (Uint32 num=0) | |
void | fill (T val) |
operator const T * () const | |
operator T* () | |
T & | operator[] (Uint32 i) |
const T & | operator[] (Uint32 i) const |
Uint32 | size () const |
Get the number of elements in the array. | |
Template array classes, makes creating dynamic buffers easier and safer.
|
inline |