|
Cortenn
|
#include <data.hpp>
Public Member Functions | |
| GenericRef (char *data, ade::Shape shape, age::_GENERATED_DTYPE dtype) | |
| GenericRef (GenericData &generic) | |
Public Attributes | |
| char * | data_ |
| Raw pointer to a block of untyped data. More... | |
| ade::Shape | shape_ |
| Shape of data_. More... | |
| age::_GENERATED_DTYPE | dtype_ |
| Data type of data_. More... | |
GenericRef for holding data Ref uses raw pointer instead of shared, so it's memory unsafe
|
inline |
|
inline |
| char* llo::GenericRef::data_ |
Raw pointer to a block of untyped data.
| age::_GENERATED_DTYPE llo::GenericRef::dtype_ |
Data type of data_.
| ade::Shape llo::GenericRef::shape_ |
Shape of data_.
1.8.14