Code::Blocks
SVN r11506
|
#include <UnitTest++.h>
#include <wx/string.h>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, wxString const &s) |
std::ostream & | operator<< (std::ostream &stream, wxChar const *s) |
std::ostream & | operator<< (std::ostream &stream, cbWatch const &w) |
bool | operator== (wxString const &s, cbWatch const &w) |
|
inline |
Definition at line 5 of file debuggergdb_test_common.h.
References wxString::utf8_str().
Referenced by operator<<().
|
inline |
Definition at line 10 of file debuggergdb_test_common.h.
References operator<<(), operator==(), and wxString::utf8_str().
std::ostream& operator<< | ( | std::ostream & | stream, |
cbWatch const & | w | ||
) |
Definition at line 38 of file debuggergdb_test_parser.cpp.
References WatchToString().
Definition at line 43 of file debuggergdb_test_parser.cpp.
References WatchToString().
Referenced by operator<<().