#include <rregistry.hxx>
Public Types | |
| enum | { RREGISTRY_OK = 0, RREGISTRY_CANTOPEN, RREGISTRY_CANTCREATEPATH, RREGISTRY_PATHNOEXIST, RREGISTRY_NOFILEOPEN, RREGISTRY_PRAFIXMISSING, RREGISTRY_UNKNOWN_INTERNAL } |
Public Member Functions | |
| RRegistry () | |
| ~RRegistry () | |
| RString | getErrorMessage (int ID) |
| int | load (RString) |
| RString | get (RString, char *defaultvalue, int *errorcode=NULL) |
| int | set (RString Path, char *value, bool createifnotexist=true) |
Protected Member Functions | |
| xmlNodePtr | createNode (RString Path) |
Protected Attributes | |
| RString | filename |
| xmlDocPtr | doc |
| xmlXPathContextPtr | xpathCtx |
|
|
Definition at line 19 of file rregistry.hxx. |
|
|
Definition at line 11 of file rregistry.cxx. |
|
|
Definition at line 18 of file rregistry.cxx. |
|
|
Definition at line 130 of file rregistry.cxx. |
|
||||||||||||||||
|
Definition at line 69 of file rregistry.cxx. |
|
|
Definition at line 30 of file rregistry.cxx. |
|
|
Definition at line 52 of file rregistry.cxx. |
|
||||||||||||||||
|
Definition at line 101 of file rregistry.cxx. |
|
|
Definition at line 37 of file rregistry.hxx. |
|
|
Definition at line 35 of file rregistry.hxx. |
|
|
Definition at line 38 of file rregistry.hxx. |
1.3.9.1