|
libktorrent
2.1.1
|
#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 |
1.8.18