Lumiera
0.pre.03
»edit your freedom«
|
Definition at line 81 of file verb-token.hpp.
Public Types | |
typedef RET(REC::* | Handler) (ARGS...) |
Public Member Functions | |
VerbToken (Handler handlerFunction, Literal token) | |
RET | applyTo (REC &receiver, ARGS &&...args) |
Literal const & | getID () const |
operator string () const | |
bool | operator!= (VerbToken const &o) const |
bool | operator== (VerbToken const &o) const |
equality of VerbToken, based on equality of the #token_ Literal More... | |
Protected Attributes | |
Handler | handler_ |
Literal | token_ |
|
inline |
equality of VerbToken, based on equality of the #token_ Literal
Definition at line 124 of file verb-token.hpp.