# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NLAISCRIPT::CStringType Class Reference

Class CStringType. More...

#include <lexsupport.h>

List of all members.

Public Methods

 CStringType ()
 CStringType (const char *T)
 CStringType (std::string T)
bool operator< (const CStringType &a) const
 Need for the std::map. More...

bool operator> (const CStringType &a) const


Detailed Description

Class CStringType.

Grammar is used in a dictionary stored in a std::map, this class define the comparison between two string.

Author:
Chafik sameh , Nevrax France
Date:
2000

Definition at line 62 of file lexsupport.h.


Constructor & Destructor Documentation

NLAISCRIPT::CStringType::CStringType   [inline]
 

Definition at line 66 of file lexsupport.h.

Referenced by operator<, and operator>.

NLAISCRIPT::CStringType::CStringType const char *    T [inline]
 

Definition at line 70 of file lexsupport.h.

NLAISCRIPT::CStringType::CStringType std::string    T [inline]
 

Definition at line 74 of file lexsupport.h.


Member Function Documentation

bool NLAISCRIPT::CStringType::operator< const CStringType &    a const [inline]
 

Need for the std::map.

Definition at line 80 of file lexsupport.h.

References CStringType.

bool NLAISCRIPT::CStringType::operator> const CStringType &    a const [inline]
 

Definition at line 85 of file lexsupport.h.

References CStringType.


The documentation for this class was generated from the following file: