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


Public Member Functions | |
| GStr (const std::string &, const LexicalAnnotation &) | |
| void | show (std::ostream &) const |
| const std::string & | value () const |
Public Member Functions inherited from hobbes::GrammarValue | |
| GrammarValue (const LexicallyAnnotated &) | |
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 |
Private Attributes | |
| std::string | x |
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 &) |
| hobbes::GStr::GStr | ( | const std::string & | x, |
| const LexicalAnnotation & | la | ||
| ) |
|
virtual |
Implements hobbes::GrammarValue.
| const std::string & hobbes::GStr::value | ( | ) | const |
|
private |
1.8.13