TsHexUtils.cpp File Reference
#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
 

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( TsHexUtils  )

Variable Documentation

unsigned char dec_invalid_uc

Definition at line 41 of file TsHexUtils.cpp.

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
static