#include "TsHexUtils.h"#include <terralib/common.h>#include <terralib/core/utils/HexUtils.h>#include <cstdlib>#include <string>#include <vector>#include <boost/lexical_cast.hpp>#include <boost/property_tree/json_parser.hpp>#include <boost/foreach.hpp>Go to the source code of this file.
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (TsHexUtils) | |
Variables | |
| size_t | dec_invalid |
| unsigned char | dec_invalid_uc |
| static std::vector< size_t > | dec_val |
| static std::vector< unsigned char > | dec_val_uchar |
| static std::vector< unsigned char > | hex_invalid_0_F |
| static std::vector< unsigned char > | hex_lcase |
| static std::vector< unsigned char > | hex_lower |
| static std::vector< unsigned char > | hex_ucase |
| static std::vector< unsigned char > | hex_upper |
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | TsHexUtils | ) |
| size_t dec_invalid |
Definition at line 40 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexLCase(), TsHexUtils::tcGetDecimalFromHexNotCS(), and TsHexUtils::tcGetDecimalFromHexUCase().
| unsigned char dec_invalid_uc |
Definition at line 41 of file TsHexUtils.cpp.
|
static |
Definition at line 38 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexLCase(), TsHexUtils::tcGetDecimalFromHexNotCS(), TsHexUtils::tcGetDecimalFromHexUCase(), and TsHexUtils::tearDown().
|
static |
Definition at line 39 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexNotCS(), and TsHexUtils::tearDown().
|
static |
Definition at line 44 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexNotCS(), and TsHexUtils::tearDown().
|
static |
Definition at line 42 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexLCase(), TsHexUtils::tcGetDecimalFromHexNotCS(), and TsHexUtils::tearDown().
|
static |
Definition at line 46 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexUCase(), and TsHexUtils::tearDown().
|
static |
Definition at line 43 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexUCase(), and TsHexUtils::tearDown().
|
static |
Definition at line 45 of file TsHexUtils.cpp.
Referenced by TsHexUtils::setUp(), TsHexUtils::tcGetDecimalFromHexLCase(), and TsHexUtils::tearDown().