Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
XMLSupport::Attribute Struct Reference

#include <xml_support.h>

Public Member Functions

 Attribute (std::string name, std::string value)
 

Public Attributes

std::string name
 
std::string value
 

Detailed Description

Definition at line 28 of file xml_support.h.

Constructor & Destructor Documentation

XMLSupport::Attribute::Attribute ( std::string  name,
std::string  value 
)
inline

Definition at line 32 of file xml_support.h.

32  : name( name )
33  , value( value )
34  {}

Member Data Documentation

std::string XMLSupport::Attribute::name

Definition at line 30 of file xml_support.h.

std::string XMLSupport::Attribute::value

Definition at line 31 of file xml_support.h.


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