omegalib  13.1
omicron::DataInfo Struct Reference

#include <DataManager.h>

Public Member Functions

 DataInfo ()
 Default constructor. Creates a NULL data info (isNull() returns true) More...
 
bool isNull ()
 True if this object contains information about an existing data object. More...
 

Public Attributes

String name
 The data stream name. More...
 
String path
 The data stream path (relative to the DataSource) More...
 
DataSourcesource
 Pointer to the data source providing this info. More...
 
int64 size
 The size of the data. More...
 
bool local
 True if this data is local (that is, it can be accessed using standard streams or c files using the DataInfo path) More...
 

Constructor & Destructor Documentation

omicron::DataInfo::DataInfo ( )
inline

Default constructor. Creates a NULL data info (isNull() returns true)

Member Function Documentation

bool omicron::DataInfo::isNull ( )
inline

True if this object contains information about an existing data object.

Member Data Documentation

bool omicron::DataInfo::local

True if this data is local (that is, it can be accessed using standard streams or c files using the DataInfo path)

String omicron::DataInfo::name

The data stream name.

String omicron::DataInfo::path

The data stream path (relative to the DataSource)

int64 omicron::DataInfo::size

The size of the data.

DataSource* omicron::DataInfo::source

Pointer to the data source providing this info.


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