#include <SymbolicIndex.h>
Public Member Functions | |
SymbolValue (Index val) | |
Index | value () const |
Protected Attributes | |
Index | m_value |
Represents the actual value of a symbol identified by its tag
It is the return type of SymbolValue::operator=, and most of the time this is only way it is used.
Definition at line 199 of file SymbolicIndex.h.
|
inline |
Default constructor from the value val
Definition at line 203 of file SymbolicIndex.h.
|
inline |
Definition at line 206 of file SymbolicIndex.h.
|
protected |
Definition at line 208 of file SymbolicIndex.h.