#include <Parser.hpp>
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. | |
| HTML::BuildRadix::BuildRadix | ( | ) | [inline] |
Build the radix object.
| void HTML::BuildRadix::addToRadix | ( | tchar | ch | ) | throw () [inline] |
Add a char to the radix mask.
| 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.
| ch | is the char to check against the radix mask |
| bool HTML::BuildRadix::checkAgainstUppercase | ( | tchar | ch | ) | const throw () [inline] |
Check a uppercase char against the radix mask.
| ch | is the char to check against the radix mask |
