|
ReactOS 0.4.16-dev-1890-gbb7a613
|
#include <xml2sdb.h>

Public Member Functions | |
| Data (int index, int value) | |
| bool | operator== (const Data &other) const |
| bool | operator< (const Data &other) const |
| Data () | |
| bool | fromXml (XMLHandle dbNode) |
| bool | toSdb (PDB pdb, Database &db) |
Public Attributes | |
| std::string | Name |
| TAGID | Tagid |
| DWORD | DataType |
| std::string | StringData |
| DWORD | DWordData |
| QWORD | QWordData |
Private Attributes | |
| int | m_index |
| int | m_value |
Definition at line 77 of file sort_test.cpp.
Definition at line 78 of file sort_test.cpp.
Referenced by BiConvertBcdElements(), and ExpValidateNlsLocaleData().
Definition at line 413 of file xml2sdb.cpp.
Referenced by fromXml().
Definition at line 83 of file sort_test.cpp.
Definition at line 440 of file xml2sdb.cpp.
Referenced by toSdb().
| DWORD Data::DWordData |
|
private |
Definition at line 87 of file sort_test.cpp.
Referenced by operator==().
|
private |
Definition at line 87 of file sort_test.cpp.
Referenced by operator<(), and operator==().
| std::string Data::Name |
Definition at line 101 of file xml2sdb.h.
Referenced by fromXml(), RegpCopyTree(), SeiCreateShimModuleInfo(), and toSdb().
| QWORD Data::QWordData |
| std::string Data::StringData |