#include <ParsedString.h>
Definition at line 23 of file ParsedString.h.
Public Member Functions | |
virtual int | compare (const Object &) |
virtual Object * | Copy () const |
const String | get (const Dictionary &d) const |
ParsedString (const String &s) | |
ParsedString () | |
void | set (const String &s) |
~ParsedString () | |
Private Member Functions | |
void | getFileContents (String &str, const String &filename) const |
Private Attributes | |
String | value |