#include <inifile.h>
Collaboration diagram for Comment:
Public Methods | |
Comment (const std::string &text_) | |
construct a line of comment. More... | |
virtual | ~Comment () |
void | append (Comment *comment) |
append comment to self. More... | |
void | append (const std::string &text_) |
append text_ to self. More... | |
void | dump (std::ostream &out) const |
write comment to stream. More... | |
Private Methods | |
void | split_multiline () |
Private Attributes | |
std::string | text |
Comment * | next |
Definition at line 62 of file inifile.h.
|
construct a line of comment.
Definition at line 71 of file inifile.h. Referenced by Comment::append(). |
|
|
|
Definition at line 45 of file inifile.cpp. Referenced by Comment::Comment(). |
|
append
Definition at line 55 of file inifile.cpp. Referenced by Commentable::append(), Comment::append(), and rs::ini::readInifile(). |
|
append
|
|
write comment to stream.
Definition at line 65 of file inifile.cpp. Referenced by Commentable::dump(). |
|
Definition at line 64 of file inifile.h. Referenced by Comment::Comment(), Comment::dump(), and Comment::split_multiline(). |
|
Definition at line 65 of file inifile.h. Referenced by Comment::append(), and Comment::dump(). |
Contact me in case of errors or questions. This documentation is powered by ![]() |
(C) 2000-2002 ![]() |