MatchLib
Public Member Functions | Static Public Attributes | List of all members
nvhls::nv_array< Type, 0 > Class Template Reference
Inheritance diagram for nvhls::nv_array< Type, 0 >:
nvhls_message

Public Member Functions

 nv_array (const char *prefix)
 
 nv_array (sc_module_name prefix)
 
 nv_array (sc_module_name prefix, const unsigned int &id)
 
 nv_array (const nv_array< Type, 0 > &that)
 
 nv_array (const Type newdata[0])
 
nv_array< Type, 0 > & operator= (const nv_array< Type, 0 > &that)
 
void copy (nv_array< Type, 0 > &out)
 
Type & operator[] (unsigned int i)
 
const Type & operator[] (unsigned int i) const
 
template<unsigned int Size>
void Marshall (Marshaller< Size > &m)
 

Static Public Attributes

static const unsigned int width = 0
 

Detailed Description

template<typename Type>
class nvhls::nv_array< Type, 0 >

Definition at line 148 of file nvhls_array.h.


The documentation for this class was generated from the following file: