|
ProteoWizard
|
Go to the source code of this file.
Functions | |
| template<typename T > | |
| T | defaultValue () |
| template<typename T > | |
| bool | equals (const T &lhs, const T &rhs) |
| template<typename T > | |
| void | test () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| T defaultValue | ( | ) |
Definition at line 33 of file BinaryDataTest.cpp.
Referenced by pwiz::data::ParamContainer::cvParamChildValueOrDefault(), pwiz::data::ParamContainer::cvParamValueOrDefault(), pwiz::util::env::get(), pwiz::util::env::get(), pwiz::minimxml::SAXParser::Handler::getAttribute(), pwiz::minimxml::SAXParser::Handler::getAttribute(), and pwiz::minimxml::SAXParser::Handler::getAttribute().
| bool equals | ( | const T & | lhs, |
| const T & | rhs | ||
| ) |
| void test | ( | ) |
Definition at line 38 of file BinaryDataTest.cpp.
References equals(), std::swap(), unit_assert, unit_assert_operator_equal, and unit_assert_throws.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 196 of file BinaryDataTest.cpp.
References os_, TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 30 of file BinaryDataTest.cpp.
Referenced by main().