Google
Web alhem.net
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members

Token Class Reference

#include <Token.h>

List of all members.

Public Member Functions

 Token (int, const std::string &)
 ~Token ()
int GetCode ()
std::string GetVal ()

Private Attributes

int m_code
std::string m_val


Detailed Description

File ......... Token.h Published .... 2004-05-17 Author ....... grymse@alhem.net

Definition at line 27 of file Token.h.


Constructor & Destructor Documentation

Token::Token int  code,
const std::string &  val
 

File ......... Token.cpp Published .... 2004-05-17 Author ....... grymse@alhem.net

Definition at line 29 of file Token.cpp.

00030 :m_code(code)
00031 ,m_val(val)
00032 {
00033 }

Token::~Token  ) 
 

Definition at line 36 of file Token.cpp.

00037 {
00038 }


Member Function Documentation

int Token::GetCode  )  [inline]
 

Definition at line 33 of file Token.h.

References m_code.

00033 { return m_code; }

std::string Token::GetVal  )  [inline]
 

Definition at line 34 of file Token.h.

References m_val.

00034 { return m_val; }


Member Data Documentation

int Token::m_code [private]
 

Definition at line 37 of file Token.h.

Referenced by GetCode().

std::string Token::m_val [private]
 

Definition at line 38 of file Token.h.

Referenced by GetVal().


The documentation for this class was generated from the following files:
Generated for My SDL C++ Gui by doxygen 1.3.6