|
ProteoWizard
|
Go to the source code of this file.
Functions | |
| template<typename T > | |
| T | defaultValue () |
| template<> | |
| BSTR | defaultValue () |
| template<typename T > | |
| bool | equals (const T &lhs, const T &rhs) |
| template<> | |
| bool | equals (const BSTR &lhs, const BSTR &rhs) |
| template<typename T > | |
| T & | assign (T &lhs, const T &rhs) |
| template<> | |
| BSTR & | assign (BSTR &lhs, const BSTR &rhs) |
| template<typename T > | |
| void | testInterface () |
| int | main (int argc, char *argv[]) |
Variables | |
| ostream * | os_ = 0 |
| T defaultValue | ( | ) |
Definition at line 33 of file automation_vector_test.cpp.
References max().
Referenced by pwiz::util::env::get(), and pwiz::minimxml::SAXParser::Handler::getAttribute().
| BSTR defaultValue | ( | ) |
Definition at line 34 of file automation_vector_test.cpp.
| bool equals | ( | const T & | lhs, |
| const T & | rhs | ||
| ) |
Definition at line 36 of file automation_vector_test.cpp.
Referenced by testInterface().
| bool equals | ( | const BSTR & | lhs, |
| const BSTR & | rhs | ||
| ) |
Definition at line 37 of file automation_vector_test.cpp.
| T& assign | ( | T & | lhs, |
| const T & | rhs | ||
| ) |
Definition at line 39 of file automation_vector_test.cpp.
Referenced by testInterface().
| BSTR& assign | ( | BSTR & | lhs, |
| const BSTR & | rhs | ||
| ) |
Definition at line 40 of file automation_vector_test.cpp.
| void testInterface | ( | ) |
Definition at line 44 of file automation_vector_test.cpp.
References assign(), equals(), unit_assert, and unit_assert_throws.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 165 of file automation_vector_test.cpp.
References e(), os_, TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
| ostream* os_ = 0 |
Definition at line 30 of file automation_vector_test.cpp.
1.8.1.1