textwolf  0.2
Public Member Functions | List of all members
textwolf::XMLScannerBase::IsWordCharMap Class Reference

Defines the set of content word characters (for tokenization) More...

#include <xmlscanner.hpp>

Inheritance diagram for textwolf::XMLScannerBase::IsWordCharMap:
textwolf::CharMap< RESTYPE, nullvalue_, RANGE >

Public Member Functions

 IsWordCharMap ()
 
- Public Member Functions inherited from textwolf::CharMap< RESTYPE, nullvalue_, RANGE >
 CharMap ()
 Constructor. More...
 
CharMapoperator() (unsigned char from, unsigned char to, valuetype value)
 Define the values of the elements in the interval [from,to]. More...
 
CharMapoperator() (unsigned char at, valuetype value)
 Define the values of the single element at 'at'. More...
 
valuetype operator[] (unsigned char ii) const
 Read the element assigned to 'ii'. More...
 

Additional Inherited Members

- Public Types inherited from textwolf::CharMap< RESTYPE, nullvalue_, RANGE >
enum  Constant { nullvalue =nullvalue_ }
 
typedef RESTYPE valuetype
 

Detailed Description

Defines the set of content word characters (for tokenization)

Deprecated:
automatic tokenization with whitespace separators option not provided anymore

Constructor & Destructor Documentation

textwolf::XMLScannerBase::IsWordCharMap::IsWordCharMap ( )
inline

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