TF++, Miscellaneous classes and modules in C++:
|
Macros | |
#define | SWAPIT(T) |
Macro function to preform easy to use swap check. More... | |
Functions | |
template<class T > | |
void | test_swap () |
Function template to test dry byte swapping. More... | |
void | cpu_type () |
Ask for CPU type and print result. More... | |
void | write_data (const std::string &name, const bool &verbose=false) |
write test data More... | |
void | read_data (const std::string &name, const bool &verbose=false) |
read test data More... | |
int | main (int iargc, char *argv[]) |
Main program. More... | |
Variables | |
const char | mymagic [] ="ABCD" |