#include <new_sim_file_rdr.h>
Inheritance diagram for NewSimulatorFileRdr:
Public Member Functions | |
NewSimulatorFileRdr (GScanner *scanner) | |
Constructor. | |
virtual | ~NewSimulatorFileRdr () |
Destructor. | |
bool | process_rdr_token (void) |
Read a RDR section. | |
virtual NewSimulatorRdr * | process_token (NewSimulatorResource *res)=0 |
abstract method in which the childs should parse the rdr type union information | |
Protected Attributes | |
int | m_depth |
Hold the "depth" inside a file (how many parenthesis are open). | |
SaHpiRdrT | m_rdr |
Rdr structure to be filled. |
|
Read a RDR section.
Startpoint is token
|