Main Page | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

SimulatorToken Class Reference

Holds one token which is needed for parsing. More...

#include <new_sim_file_util.h>

List of all members.

Public Member Functions

 SimulatorToken (const gchar *name, const guint token)
 Constructor with the name and value of the token.
 ~SimulatorToken ()
 Destructor.
gchar * Name ()
 Read/Write function to the private m_name value.
guint & Token ()
 Read/Write function fo the private m_token value.


Detailed Description

Holds one token which is needed for parsing.

In order to use the glib lexical parser we need to define token types which we want to switch on.


Constructor & Destructor Documentation

SimulatorToken::SimulatorToken const gchar *  name,
const guint  token
 

Constructor with the name and value of the token.

Parameters:
name Name of the token
token Value of the token


The documentation for this class was generated from the following files:
Generated on Mon Apr 26 14:39:51 2010 for New Simulator by  doxygen 1.4.4