HTML::BuildRadix Class Reference

#include <Parser.hpp>

List of all members.


Detailed Description

This class build a radix mask for the given string.


Public Member Functions

void addToRadix (tchar ch) throw ()
 Add a char to the radix mask.
 BuildRadix ()
 Build the radix object.
bool checkAgainstLowercase (tchar ch) const throw ()
 Check a lowercase char against the radix mask.
bool checkAgainstUppercase (tchar ch) const throw ()
 Check a uppercase char against the radix mask.


Constructor & Destructor Documentation

HTML::BuildRadix::BuildRadix (  )  [inline]

Build the radix object.


Member Function Documentation

void HTML::BuildRadix::addToRadix ( tchar  ch  )  throw () [inline]

Add a char to the radix mask.

Parameters:
ch is the char to add to the radix mask

bool HTML::BuildRadix::checkAgainstLowercase ( tchar  ch  )  const throw () [inline]

Check a lowercase char against the radix mask.

Parameters:
ch is the char to check against the radix mask
Returns:
true if the radix contains that char, false otherwise

bool HTML::BuildRadix::checkAgainstUppercase ( tchar  ch  )  const throw () [inline]

Check a uppercase char against the radix mask.

Parameters:
ch is the char to check against the radix mask
Returns:
true if the radix contains that char, false otherwise


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

(C) An X-Ryl669 project 2007

This document describes Unlimited Zooming Interface source code. UZI stands for Unlimited Zooming Interface, and source code license is