ReactOS 0.4.15-dev-7958-gcd0bb1a
XMLStorage::XMLProperty Struct Reference

a key/value pair for property data access More...

#include <xmlstorage.h>

Collaboration diagram for XMLStorage::XMLProperty:

Public Member Functions

 XMLProperty (const XMLNode *node)
 

Public Attributes

XS_String _key
 
XS_String _value
 

Detailed Description

a key/value pair for property data access

Definition at line 2304 of file xmlstorage.h.

Constructor & Destructor Documentation

◆ XMLProperty()

XMLStorage::XMLProperty::XMLProperty ( const XMLNode node)
inline

Definition at line 2305 of file xmlstorage.h.

2306 : _key(node->get(XS_KEY)),
2307 _value(node->get(XS_VALUE))
2308 {
2309 }
const XS_String XS_VALUE
Definition: xmlstorage.cpp:62
const XS_String XS_KEY
Definition: xmlstorage.cpp:61
Definition: dlist.c:348

Member Data Documentation

◆ _key

XS_String XMLStorage::XMLProperty::_key

Definition at line 2311 of file xmlstorage.h.

◆ _value

XS_String XMLStorage::XMLProperty::_value

Definition at line 2312 of file xmlstorage.h.


The documentation for this struct was generated from the following file: