Lunchbox
1.11.0
|
A wrapper for C arrays without any memory management. More...
#include <array.h>
Public Member Functions | |
Array (T *data_, const size_t num_) | |
Create a new array wrapper for the given data. More... | |
size_t | getNumBytes () const |
template<> | |
size_t | getNumBytes () const |
template<> | |
size_t | getNumBytes () const |
Public Attributes | |
T * | data |
The data. | |
size_t | num |
The number of elements in the data. | |
A wrapper for C arrays without any memory management.
|
inline |
|
inline |
Definition at line 36 of file array.h.
References lunchbox::Array< T >::num.