Inheritance diagram for plang::StringTerm:
Collaboration diagram for plang::StringTerm:Public Types | |
| enum | Type { CONST, VARIABLE } |
Public Types inherited from plang::Expr | |
| typedef std::function< bool(const ExprValue &)> | ExprValueCb |
Public Member Functions | |
| StringTerm (const std::string &v, Type t) | |
| virtual void | eval (const gpb::Message &msg, ExprValueCb cb) const override |
| const std::string & | val () const |
1.8.15