nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
nds_testing::anonymous_namespace{nds1_test_utilities.cc} Namespace Reference

Functions

std::string right_pad_string (std::string input, char pad_value, size_t width)
 
std::string left_pad_string (std::string input, char pad_value, size_t width)
 
template<typename T >
std::string to_hex (T value)
 
template<>
std::string to_hex< float > (float value)
 
template<>
std::string to_hex< double > (double value)
 

Function Documentation

std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::left_pad_string ( std::string  input,
char  pad_value,
size_t  width 
)
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::right_pad_string ( std::string  input,
char  pad_value,
size_t  width 
)
template<typename T >
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex ( value)
template<>
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex< double > ( double  value)
template<>
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex< float > ( float  value)