| 
    Lunchbox
    1.13.0
    
   Multi-threaded C++ toolbox library for all application developers creating high-performance multi-threaded programs. 
   | 
 
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.