#include <anyData.hpp>
Public Member Functions | |
| hexEncoder () | |
| string | w3HexEncode (string AsciiIn) |
| string | w3hexDecode (string HexIn) |
Private Attributes | |
| anyFormDataArray | aryHexEncode |
| anyFormDataArray | aryHexDecode |
Definition at line 12 of file anyData.hpp.
| hexEncoder::hexEncoder | ( | ) | [inline] |
| string hexEncoder::w3HexEncode | ( | string | AsciiIn | ) | [inline] |
Definition at line 77 of file anyData.hpp.
References aryHexEncode.
Referenced by Composite_Query_form::form_display().
| string hexEncoder::w3hexDecode | ( | string | HexIn | ) | [inline] |
Definition at line 87 of file anyData.hpp.
References aryHexDecode.
Referenced by Composite_Query_form::form_data_transfer().
anyFormDataArray hexEncoder::aryHexEncode [private] |
anyFormDataArray hexEncoder::aryHexDecode [private] |
1.5.5