#include <rtt/scripting/parser-types.hpp>
Public Types | |
| typedef nil_t | result_t |
Public Member Functions | |
| template<typename ScannerT > | |
| std::ptrdiff_t | operator() (ScannerT const &scan, result_t &result) const |
Static Public Attributes | |
| static bool | skipeol |
| By default, eol are skipped. | |
Set skipeol to 'true' to skip newlines, set skipeol to false to not skip newlines.
Definition at line 96 of file parser-types.hpp.
1.5.8