openMSX
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
openmsx::OldXMLElement Struct Reference

#include <XMLElement.hh>

Collaboration diagram for openmsx::OldXMLElement:
Collaboration graph
[legend]

Public Member Functions

template<typename Archive >
void serialize (Archive &ar, unsigned version)
 

Static Public Member Functions

static std::unique_ptr< FileContextgetLastSerializedFileContext ()
 

Public Attributes

std::string name
 
std::string data
 
std::vector< OldXMLElementchildren
 
std::vector< std::pair< std::string, std::string > > attributes
 

Detailed Description

Definition at line 340 of file XMLElement.hh.

Member Function Documentation

◆ getLastSerializedFileContext()

std::unique_ptr< FileContext > openmsx::OldXMLElement::getLastSerializedFileContext ( )
static

Definition at line 519 of file XMLElement.cc.

Referenced by openmsx::HardwareConfig::serialize().

◆ serialize()

template<typename Archive >
void openmsx::OldXMLElement::serialize ( Archive &  ar,
unsigned  version 
)

Definition at line 536 of file XMLElement.cc.

Member Data Documentation

◆ attributes

std::vector<std::pair<std::string, std::string> > openmsx::OldXMLElement::attributes

Definition at line 351 of file XMLElement.hh.

◆ children

std::vector<OldXMLElement> openmsx::OldXMLElement::children

Definition at line 350 of file XMLElement.hh.

◆ data

std::string openmsx::OldXMLElement::data

Definition at line 349 of file XMLElement.hh.

◆ name

std::string openmsx::OldXMLElement::name

Definition at line 348 of file XMLElement.hh.


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