#include <profile.h>

Public Member Functions | |
| Profile (const char *id) | |
| virtual | ~Profile () |
| void | LoadDefaultSettings () |
Public Attributes | |
| struct Profile::a | player |
| struct Profile::b | input |
| struct Profile::c | video |
| struct Profile::d | audio |
| struct Profile::e | network |
| struct Profile::f | system |
Protected Member Functions | |
| void | SetDefaultSettings () |
| virtual void | ClearHeader () |
| virtual void | ClearBody () |
| virtual bool | ReadHeader (Serializer &serializer) |
| virtual bool | ReadBody (Serializer &serializer) |
| virtual bool | WriteHeader (Serializer &serializer) |
| virtual bool | WriteBody (Serializer &serializer) |
Classes | |
| struct | a |
| struct | b |
| struct | c |
| struct | d |
| struct | e |
| struct | f |
| Profile::Profile | ( | const char * | id | ) |
Constructor.
| Profile::~Profile | ( | ) | [virtual] |
Destructor.
| void Profile::LoadDefaultSettings | ( | ) |
| void Profile::SetDefaultSettings | ( | ) | [protected] |
| void Profile::ClearHeader | ( | ) | [protected, virtual] |
Reimplemented from Preloaded.
| void Profile::ClearBody | ( | ) | [protected, virtual] |
Reimplemented from Preloaded.
| bool Profile::ReadHeader | ( | Serializer & | serializer | ) | [protected, virtual] |
Reimplemented from Preloaded.
| bool Profile::ReadBody | ( | Serializer & | serializer | ) | [protected, virtual] |
Reimplemented from Preloaded.
| bool Profile::WriteHeader | ( | Serializer & | serializer | ) | [protected, virtual] |
Reimplemented from Preloaded.
| bool Profile::WriteBody | ( | Serializer & | serializer | ) | [protected, virtual] |
Reimplemented from Preloaded.
| struct Profile::a Profile::player |
| struct Profile::b Profile::input |
| struct Profile::c Profile::video |
| struct Profile::d Profile::audio |
| struct Profile::e Profile::network |
| struct Profile::f Profile::system |
1.5.3