#include <configuration.h>
| T | Type of the container elements to serialise | |
| CONT | Type of the container we (de)serialise |
Definition at line 45 of file configuration.h.
Public Member Functions | |
| virtual ConfigurationObject * | writeConfigItem (T value, ConfigurationObject *obj)=0 |
| Writes a value into a configuration object. | |
| virtual CONT | readConfigItem (ConfigurationObject *obj, CONT container)=0 |
| Reads a value from a configuration object. | |
| virtual ConfigurationObject* ConfigurationListManager< T, CONT >::writeConfigItem | ( | T | value, | |
| ConfigurationObject * | obj | |||
| ) | [pure virtual] |
Writes a value into a configuration object.
| value | The value to write out | |
| obj | The configuation object to write to |
Implemented in PlayerConfSerialiser.
| virtual CONT ConfigurationListManager< T, CONT >::readConfigItem | ( | ConfigurationObject * | obj, | |
| CONT | container | |||
| ) | [pure virtual] |
Reads a value from a configuration object.
| obj | The configuration object to read from | |
| container | The container to insert the object to |
Implemented in PlayerConfSerialiser.
1.5.5