Wolframe, 0.0.3

_Wolframe::utils::CharTable Class Reference

Character table structure for parseNextToken( std::string&,std::string::const_iterator&, std::string::const_iterator, ...);. More...

#include <parseUtils.hpp>

Public Member Functions

 CharTable (const char *op="", bool isInverse=false)
 
bool operator[] (char ch) const
 

Private Attributes

bool m_ar [256]
 

Detailed Description

Character table structure for parseNextToken( std::string&,std::string::const_iterator&, std::string::const_iterator, ...);.

Remarks
A range of characters is specified with 2 dots between the first and the last character of the range (e.g. "a..z")

Constructor & Destructor Documentation

_Wolframe::utils::CharTable::CharTable ( const char *  op = "",
bool  isInverse = false 
)

Member Function Documentation

bool _Wolframe::utils::CharTable::operator[] ( char  ch) const
inline

Member Data Documentation

bool _Wolframe::utils::CharTable::m_ar[256]
private

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