#include <core/IndexedValue.hpp>
  
  | 
        
          | openfluid::core::IndexedValue::IndexedValue | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | openfluid::core::IndexedValue::IndexedValue | ( | const TimeIndex_t & | Ind, |  
          |  |  | const Value & | Val |  
          |  | ) |  |  |  | inline | 
 
Constructor from a time index and a value 
 
 
  
  | 
        
          | openfluid::core::IndexedValue::IndexedValue | ( | const IndexedValue & | IndValue | ) |  |  | inline | 
 
 
  
  | 
        
          | void openfluid::core::IndexedValue::clear | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | TimeIndex_t openfluid::core::IndexedValue::getIndex | ( |  | ) | const |  | inline | 
 
Returns the time index of the indexed value 
- Returns
- the time index 
 
 
  
  | 
        
          | Value* openfluid::core::IndexedValue::getValue | ( |  | ) | const |  | inline | 
 
 
  
  | 
        
          | Value* openfluid::core::IndexedValue::getValue | ( |  | ) |  |  | inline | 
 
 
  
  | 
        
          | Value* openfluid::core::IndexedValue::value | ( |  | ) | const |  | inline | 
 
Returns a pointer to the value of the indexed value 
- Returns
- a pointer to the value 
 
 
  
  | 
        
          | Value* openfluid::core::IndexedValue::value | ( |  | ) |  |  | inline | 
 
Returns a pointer to the value of the indexed value 
- Returns
- a pointer to the value 
 
 
The documentation for this class was generated from the following file: