|
Code::Blocks
SVN r11506
|
Public Member Functions | |
| cbTextInputStream (wxInputStream &s, const wxString &sep=wxT(" \), wxMBConv &conv=wxConvLocal) | |
| ~cbTextInputStream () | |
| wxChar | NextChar () |
| wxString | ReadLine () |
Public Member Functions inherited from wxTextInputStream | |
| wxTextInputStream (wxInputStream &stream, const wxString &sep=" \", const wxMBConv &conv=wxConvAuto()) | |
| ~wxTextInputStream () | |
| const wxInputStream & | GetInputStream () const |
| wxChar | GetChar () |
| wxUint16 | Read16 (int base=10) |
| wxInt16 | Read16S (int base=10) |
| wxUint32 | Read32 (int base=10) |
| wxInt32 | Read32S (int base=10) |
| wxUint8 | Read8 (int base=10) |
| wxInt8 | Read8S (int base=10) |
| double | ReadDouble () |
| wxString | ReadLine () |
| wxString | ReadString () |
| wxString | ReadWord () |
| void | SetStringSeparators (const wxString &sep) |
Protected Attributes | |
| bool | m_allowMBconversion |
Definition at line 20 of file pipedprocess.cpp.
|
inline |
Definition at line 26 of file pipedprocess.cpp.
References HTMLTags::sep, wxT, and wxTextInputStream::wxTextInputStream().
|
inline |
Definition at line 39 of file pipedprocess.cpp.
|
inline |
Definition at line 46 of file pipedprocess.cpp.
Referenced by ReadLine().
|
inline |
Definition at line 81 of file pipedprocess.cpp.
References NextChar().
Referenced by PipedProcess::HasInput().
|
protected |
Definition at line 23 of file pipedprocess.cpp.
1.8.13