#include <PropertyFile.h>


Public Member Functions | |
| PropertyFile (const char *n) | |
| ~PropertyFile () | |
| int | save () |
Definition at line 59 of file PropertyFile.h.
| PropertyFile::PropertyFile | ( | const char * | n | ) | [inline] |
The name of the general node
Definition at line 77 of file PropertyFile.h.
| PropertyFile::~PropertyFile | ( | ) | [inline] |
Definition at line 82 of file PropertyFile.h.
| int PropertyFile::save | ( | ) | [virtual] |
Save the current properties that are in the data arraylist in the filesystem
Implements ArrayListKeyValueStore.
1.5.7.1