Code::Blocks
SVN r11506
plugins
debuggergdb
debuggergdb_test_common.h
Go to the documentation of this file.
1
#include <UnitTest++.h>
2
3
#include <
wx/string.h
>
4
5
inline
std::ostream&
operator<<
(std::ostream &stream,
wxString
const
&s)
6
{
7
return
stream << s.
utf8_str
().data();
8
}
9
10
inline
std::ostream&
operator<<
(std::ostream &stream,
wxChar
const
*s)
11
{
12
return
stream <<
wxString
(s).
utf8_str
().data();
13
}
14
15
16
class
cbWatch
;
17
std::ostream&
operator<<
(std::ostream &stream,
cbWatch
const
&w);
18
bool
operator ==
(
wxString
const
&s,
cbWatch
const
&w);
operator==
bool operator==(wxString const &s, cbWatch const &w)
Definition:
debuggergdb_test_parser.cpp:43
string.h
wxString::utf8_str
const wxScopedCharBuffer utf8_str() const
wxChar
wxUSE_UNICODE_dependent wxChar
wxString
cbWatch
Definition:
debuggermanager.h:49
operator<<
std::ostream & operator<<(std::ostream &stream, wxString const &s)
Definition:
debuggergdb_test_common.h:5
Generated by
1.8.13