|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <xml2sdb.h>

Public Member Functions | |
| Data (int index, int value) | |
| bool | operator== (const Data &other) const |
| bool | operator< (const Data &other) const |
| bool | fromXml (XMLHandle dbNode) |
| bool | toSdb (Database &db) |
Public Attributes | |
| std::string | Name |
| TAGID | Tagid = 0 |
| DWORD | DataType = 0 |
| std::string | StringData |
| DWORD | DWordData = 0 |
| QWORD | QWordData = 0 |
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 467 of file xml2sdb.cpp.
Referenced by fromXml().
Definition at line 83 of file sort_test.cpp.
Definition at line 494 of file xml2sdb.cpp.
Referenced by toSdb().
| DWORD Data::DWordData = 0 |
|
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 114 of file xml2sdb.h.
Referenced by fromXml(), RegpCopyTree(), SeiCreateShimModuleInfo(), and toSdb().
| QWORD Data::QWordData = 0 |
| std::string Data::StringData |