#include <new_sim_file_util.h>
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. |
In order to use the glib lexical parser we need to define token types which we want to switch on.
|
Constructor with the name and value of the token.
|