|
#include <ArmarXGui/libraries/StructuralJson/SimpleLexer.h>
Public Member Functions | |
Rule (int id, const std::string &name, const boost::regex ®ex) | |
Public Attributes | |
int | id |
std::string | name |
boost::regex | regex |
Definition at line 32 of file SimpleLexer.h.
|
inline |
Definition at line 34 of file SimpleLexer.h.
int id |
Definition at line 37 of file SimpleLexer.h.
std::string name |
Definition at line 38 of file SimpleLexer.h.
boost::regex regex |
Definition at line 39 of file SimpleLexer.h.