|
SeExpr
|
#include <ExprSpecType.h>
Public Member Functions | |
| ExprSpecScalarNode (int startPos, int endPos, double scalar) | |
Public Member Functions inherited from ExprSpecNode | |
| ExprSpecNode (int startPos, int endPos) | |
| virtual | ~ExprSpecNode () |
Public Attributes | |
| double | v |
Public Attributes inherited from ExprSpecNode | |
| int | startPos |
| int | endPos |
Definition at line 35 of file ExprSpecType.h.
|
inline |
Definition at line 38 of file ExprSpecType.h.
References ExprSpecNode::endPos, ExprSpecNode::ExprSpecNode(), ExprSpecNode::startPos, and v.
| double ExprSpecScalarNode::v |
Definition at line 36 of file ExprSpecType.h.
Referenced by ExprSpecScalarNode().