All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Friends
openfluid::core::IndexedValue Class Reference

#include <core/ValuesBuffer.hpp>

List of all members.

Public Member Functions

 IndexedValue ()
 IndexedValue (const TimeIndex_t &Ind, const Value &Val)
 IndexedValue (const IndexedValue &IndValue)
TimeIndex_t getIndex () const
ValuegetValue () const
ValuegetValue ()
void clear ()

Friends

class ValuesBuffer

Constructor & Destructor Documentation

Default constructor

openfluid::core::IndexedValue::IndexedValue ( const TimeIndex_t Ind,
const Value Val 
) [inline]

Constructor from a time index and a value

Copy constructor


Member Function Documentation

Clears the content of the indexed value. The time index is set to 0, and the value is set to an openfluid::core::NullValue.

Returns the time index of the indexed value

Returns:
the time index

Returns a pointer to the value of the indexed value

Returns:
a pointer to the value

Returns a pointer to the value of the indexed value

Returns:
a pointer to the value

Friends And Related Function Documentation

friend class ValuesBuffer [friend]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines