Parser Class Reference

Ratpac-two: RAT::Parser Class Reference
Ratpac-two

#include <DBTextLoader.hh>

Public Types

enum  State {
  STATE_START , STATE_TABLE , STATE_FIELD , STATE_VAL_SEP ,
  STATE_VAL , STATE_ARRAY , STATE_ARRAY_VAL , STATE_END
}
 

Public Member Functions

 Parser (std::string str, std::string filename)
 
DBTableNext ()
 

Protected Attributes

TokenizerStack tokenizer
 

Detailed Description

Parser of RATDB text format.


The documentation for this class was generated from the following files:
  • /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/include/RAT/DBTextLoader.hh
  • /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/db/src/DBTextLoader.cc