#include <parser.h>
|
| Parser (std::istream &in) |
| Create a stdin parser.
|
|
bool | next (Value &value) |
| Read the next VM2 value.
|
|
bool | next (Value &value, std::string &raw) |
| Read the next VM2 value and store the raw message (w/o trailing newline)
|
|
|
static void | serialize (std::ostream &out, const Value &value) |
| Serialize a value.
|
|
|
std::istream & | in |
| Input stream.
|
|
int | lineno |
| Number of the last line parsed.
|
|
|
static std::string | regexp_str = "^([0-9]{12}([0-9][0-9])?),([0-9]+),([0-9]+),([+-]?[0-9.]*),([+-]?[0-9.]*),([^,\n\r]*),([^,\n\r]*[\r\n]*)$" |
| Pattern of a VM2 value.
|
|
Parser for the VM2 value files
Definition at line 54 of file parser.h.
The documentation for this struct was generated from the following files: