nds2-client - Developer 0.16.7
Loading...
Searching...
No Matches
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

◆ left_pad_string()

std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::left_pad_string ( std::string  input,
char  pad_value,
size_t  width 
)

◆ right_pad_string()

std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::right_pad_string ( std::string  input,
char  pad_value,
size_t  width 
)

◆ to_hex()

template<typename T >
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex ( value)

◆ to_hex< double >()

template<>
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex< double > ( double  value)

◆ to_hex< float >()

template<>
std::string nds_testing::anonymous_namespace{nds1_test_utilities.cc}::to_hex< float > ( float  value)