HPCToolkit
BaseVarMap Class Referenceabstract

#include <BaseVarMap.hpp>

Inheritance diagram for BaseVarMap:

Public Member Functions

virtual bool isVariable (char *expr)=0
 
virtual double getValue (unsigned int var)=0
 
virtual int getErrorCode ()=0
 

Detailed Description

Definition at line 50 of file BaseVarMap.hpp.

Member Function Documentation

◆ getErrorCode()

virtual int BaseVarMap::getErrorCode ( )
pure virtual

Implemented in VarMap.

Here is the caller graph for this function:

◆ getValue()

virtual double BaseVarMap::getValue ( unsigned int  var)
pure virtual

Implemented in VarMap.

Here is the caller graph for this function:

◆ isVariable()

virtual bool BaseVarMap::isVariable ( char *  expr)
pure virtual

Implemented in VarMap.

Here is the caller graph for this function:

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