|
KSeExpr 6.0.0.0
|
#include <ExprSpecType.h>
Public Member Functions | |
| ExprSpecStringNode (int startPos, int endPos, const char *s) | |
Public Member Functions inherited from ExprSpecNode | |
| ExprSpecNode (int startPos, int endPos) | |
| virtual | ~ExprSpecNode ()=default |
| ExprSpecNode & | operator= (ExprSpecNode &&)=default |
| ExprSpecNode & | operator= (const ExprSpecNode &)=default |
| ExprSpecNode (const ExprSpecNode &)=default | |
| ExprSpecNode (ExprSpecNode &&)=default | |
Public Attributes | |
| std::string | v |
Public Attributes inherited from ExprSpecNode | |
| int | startPos |
| int | endPos |
Definition at line 67 of file ExprSpecType.h.
|
inline |
Definition at line 69 of file ExprSpecType.h.
| std::string ExprSpecStringNode::v |
Definition at line 68 of file ExprSpecType.h.