| 
    Code::Blocks
    SVN r11506
    
   | 
 
Go to the source code of this file.
Functions | |
| wxString | WatchToString (cbWatch const &watch) | 
| wxString | getName (cbWatch const &watch) | 
| std::ostream & | operator<< (std::ostream &stream, cbWatch const &w) | 
| bool | operator== (wxString const &s, cbWatch const &w) | 
| SUITE (WatchToString) | |
| SUITE (GDBWatchParser) | |
Definition at line 31 of file debuggergdb_test_parser.cpp.
References cbWatch::GetSymbol().
Referenced by SUITE().
| 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<<().
| SUITE | ( | WatchToString | ) | 
Definition at line 48 of file debuggergdb_test_parser.cpp.
References cbWatch::AddChild(), GDBWatch::SetValue(), and wxT.
| SUITE | ( | GDBWatchParser | ) | 
Definition at line 124 of file debuggergdb_test_parser.cpp.
References getName(), ParseGDBWatchValue(), and wxT.
Definition at line 4 of file debuggergdb_test_parser.cpp.
References cbWatch::GetChild(), cbWatch::GetChildCount(), cbWatch::GetSymbol(), cbWatch::GetValue(), and wxT.
Referenced by operator<<(), operator==(), WatchRawDialog::SetValue(), and WatchRawDialog::WatchToString().
 1.8.13