| 
    Lunchbox
    1.10.0
    
   | 
 
A wrapper for C arrays without any memory management. More...
#include <array.h>
 Collaboration diagram for lunchbox::Array< T >: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.
Referenced by lunchbox::CompressorResult::getSize().
 Here is the caller graph for this function: