|
Collage
0.6.1
|
A wrapper to (de)serialize arrays. More...
#include <array.h>
Public Member Functions | |
| Array (T *data_, const size_t num_) | |
| Create a new array wrapper for the given data. | |
| size_t | getNumBytes () const |
| template<> | |
| size_t | getNumBytes () const |
| template<> | |
| size_t | getNumBytes () const |
Public Attributes | |
| T *const | data |
| The data. | |
| const size_t | num |
| The number of elements in the data. | |
A wrapper to (de)serialize arrays.
| size_t co::Array< T >::getNumBytes | ( | ) | const [inline] |
Definition at line 34 of file array.h.
References co::Array< T >::num.
0.6.1 by
1.7.6.1