#include <HexBin.hpp>
Static Public Member Functions | |
static int | getDataLength (const XMLCh *const hexData) |
static bool | isArrayByteHex (const XMLCh *const hexData) |
Private Member Functions | |
HexBin () | |
HexBin (const HexBin &) | |
Static Private Member Functions | |
static void | init () |
static bool | isHex (const XMLCh &octect) |
Static Private Attributes | |
static bool | isInitialized |
static bool | hexNumberTable [] |
Definition at line 68 of file HexBin.hpp.
HexBin::HexBin | ( | ) | [private] |
HexBin::HexBin | ( | const HexBin & | ) | [private] |
static int HexBin::getDataLength | ( | const XMLCh *const | hexData | ) | [static] |
return the length of hexData in terms of HexBinary.
hexData | A string containing the HexBinary |
static void HexBin::init | ( | ) | [static, private] |
static bool HexBin::isArrayByteHex | ( | const XMLCh *const | hexData | ) | [static] |
check an array of data against the Hex table.
hexData | A string containing the HexBinary |
static bool HexBin::isHex | ( | const XMLCh & | octect | ) | [static, private] |
bool HexBin::hexNumberTable[] [static, private] |
Definition at line 126 of file HexBin.hpp.
bool HexBin::isInitialized [static, private] |
Definition at line 125 of file HexBin.hpp.