hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <terminal.H>
Public Member Functions | |
symbol (const std::string &sname) | |
const std::string & | name () const |
void | show (std::ostream &out) const |
PatternPtr | matchPattern () const |
ExprPtr | matchRefExpr () const |
Private Attributes | |
std::string | sname |
hobbes::symbol::symbol | ( | const std::string & | sname | ) |
|
virtual |
Implements hobbes::terminal.
|
virtual |
Implements hobbes::terminal.
const std::string & hobbes::symbol::name | ( | ) | const |
|
virtual |
Implements hobbes::terminal.
|
private |