The Battle for Wesnoth  1.19.0-dev
Public Member Functions | Public Attributes | List of all members
simple_wml::node::attribute Struct Reference

#include <simple_wml.hpp>

Public Member Functions

 attribute (const string_span &k, const string_span &v)
 

Public Attributes

string_span key
 
string_span value
 

Detailed Description

Definition at line 119 of file simple_wml.hpp.

Constructor & Destructor Documentation

◆ attribute()

simple_wml::node::attribute::attribute ( const string_span k,
const string_span v 
)
inline

Definition at line 121 of file simple_wml.hpp.

Member Data Documentation

◆ key

string_span simple_wml::node::attribute::key

Definition at line 122 of file simple_wml.hpp.

◆ value

string_span simple_wml::node::attribute::value

Definition at line 123 of file simple_wml.hpp.


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