Todo: add TDFContainer class. More...
#include <tdfcontainer.h>
Public Member Functions | |
| TDFWriter (wxString &s) | |
| ~TDFWriter () | |
| void | EnterSection (const wxString &name) |
| void | LeaveSection () |
| void | Indent () |
| wxString | GetCurrentPath () |
| void | Append (const wxString &name, wxString value) |
| template<class T > | |
| void | Append (const wxString &name, T value) |
| template<class T > | |
| void | Append (const wxString &name, T begin, T end) |
| works like algorithms such as std::sort | |
| void | AppendLineBreak () |
| void | Close () |
Private Attributes | |
| wxString & | m_stream |
| int | m_depth |
Todo: add TDFContainer class.
Definition at line 14 of file tdfcontainer.h.
| TDFWriter::TDFWriter | ( | wxString & | s | ) |
Definition at line 10 of file tdfcontainer.cpp.
| TDFWriter::~TDFWriter | ( | ) |
Definition at line 17 of file tdfcontainer.cpp.
| void TDFWriter::Append | ( | const wxString & | name, | |
| T | begin, | |||
| T | end | |||
| ) | [inline] |
works like algorithms such as std::sort
Definition at line 300 of file tdfcontainer.h.
| void TDFWriter::Append | ( | const wxString & | name, | |
| T | value | |||
| ) | [inline] |
Definition at line 294 of file tdfcontainer.h.
Definition at line 36 of file tdfcontainer.cpp.
| void TDFWriter::AppendLineBreak | ( | ) |
Definition at line 49 of file tdfcontainer.cpp.
| void TDFWriter::Close | ( | ) |
Definition at line 41 of file tdfcontainer.cpp.
| void TDFWriter::EnterSection | ( | const wxString & | name | ) |
Definition at line 20 of file tdfcontainer.cpp.
| wxString TDFWriter::GetCurrentPath | ( | ) |
| void TDFWriter::Indent | ( | ) |
Definition at line 32 of file tdfcontainer.cpp.
| void TDFWriter::LeaveSection | ( | ) |
Definition at line 27 of file tdfcontainer.cpp.
int TDFWriter::m_depth [private] |
Definition at line 35 of file tdfcontainer.h.
wxString& TDFWriter::m_stream [private] |
Definition at line 34 of file tdfcontainer.h.
1.6.3