|
hobbes
a language, embedded compiler, and runtime for efficient dynamic expression evaluation, data storage and analysis
|
#include <expr.H>


Classes | |
| struct | Binding |
Public Types | |
| typedef std::vector< Binding > | Bindings |
Public Types inherited from hobbes::ExprCase< Switch > | |
| typedef ExprCase< Switch > | Base |
Public Member Functions | |
| Switch (const ExprPtr &v, const Bindings &bs, const LexicalAnnotation &) | |
| Switch (const ExprPtr &v, const Bindings &bs, const ExprPtr &def, const LexicalAnnotation &) | |
| bool | operator== (const Switch &) const |
| const ExprPtr & | expr () const |
| const Bindings & | bindings () const |
| const ExprPtr & | defaultExpr () const |
| void | expr (const ExprPtr &) |
| Bindings & | bindings () |
| void | defaultExpr (const ExprPtr &) |
| Expr * | clone () const |
| void | show (std::ostream &) const |
| void | showAnnotated (std::ostream &out) const |
Public Member Functions inherited from hobbes::ExprCase< Switch > | |
| ExprCase (const LexicalAnnotation &) | |
| bool | operator== (const Expr &rhs) const |
Public Member Functions inherited from hobbes::Expr | |
| virtual | ~Expr () |
| const QualTypePtr & | type () const |
| void | type (const QualTypePtr &ty) |
| int | case_id () const |
Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| LexicallyAnnotated (const LexicallyAnnotated &) | |
| LexicallyAnnotated (const LexicalAnnotation &) | |
| LexicallyAnnotated (const LexRange &) | |
| LexicallyAnnotated (const Pos &, const Pos &) | |
| const LexicalAnnotation & | la () const |
Static Public Attributes | |
| static const int | type_case_id = 20 |
Private Attributes | |
| ExprPtr | v |
| Bindings | bs |
| ExprPtr | def |
Additional Inherited Members | |
Static Public Member Functions inherited from hobbes::LexicallyAnnotated | |
| static void | pushFileContext (const std::string &) |
| static void | pushLiteralContext (const std::string &) |
| static void | popContext () |
| static LexicalAnnotation | make (const Pos &, const Pos &) |
Protected Member Functions inherited from hobbes::Expr | |
| Expr (int cid, const LexicalAnnotation &) | |
| typedef std::vector<Binding> hobbes::Switch::Bindings |
| hobbes::Switch::Switch | ( | const ExprPtr & | v, |
| const Bindings & | bs, | ||
| const LexicalAnnotation & | la | ||
| ) |
| hobbes::Switch::Switch | ( | const ExprPtr & | v, |
| const Bindings & | bs, | ||
| const ExprPtr & | def, | ||
| const LexicalAnnotation & | la | ||
| ) |
| const Switch::Bindings & hobbes::Switch::bindings | ( | ) | const |
| Switch::Bindings & hobbes::Switch::bindings | ( | ) |
|
virtual |
Implements hobbes::Expr.
| const ExprPtr & hobbes::Switch::defaultExpr | ( | ) | const |
| void hobbes::Switch::defaultExpr | ( | const ExprPtr & | x | ) |
| const ExprPtr & hobbes::Switch::expr | ( | ) | const |
| void hobbes::Switch::expr | ( | const ExprPtr & | x | ) |
|
virtual |
Implements hobbes::ExprCase< Switch >.
|
virtual |
Implements hobbes::Expr.
|
virtual |
Implements hobbes::Expr.
|
private |
|
private |
|
static |
|
private |
1.8.13