Modeler Extensions Framework
DataRecord Class Reference

Data Structures

struct  DataValue
 

Public Member Functions

void clear ()
 
size_t size ()
 
 ~DataRecord ()
 

Data Fields

std::vector< DataValuevalues_
 

Detailed Description

Utility class for storing a record of values

Definition at line 30 of file DataHelper.h.

Constructor & Destructor Documentation

~DataRecord ( )
inline

destroy the record

clears all values

Definition at line 144 of file DataHelper.h.

References DataRecord::clear().

Member Function Documentation

void clear ( )
inline

clear the list of values

this frees all string buffers

Definition at line 124 of file DataHelper.h.

Referenced by DataRecord::~DataRecord().

size_t size ( )
inline

query number of values

Returns
the number of values in record

Definition at line 136 of file DataHelper.h.

Field Documentation

std::vector<DataValue> values_

the list of values

Definition at line 118 of file DataHelper.h.

Referenced by DataHelper::setOutputValue().


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