Ardour  9.0-pre0-582-g084a23a80d
XMLProperty Class Reference

#include <xml++.h>

Public Member Functions

 XMLProperty (const std::string &n, const std::string &v=std::string())
 
 ~XMLProperty ()
 
const std::string & name () const
 
const std::string & value () const
 
const std::string & set_value (const std::string &v)
 

Private Attributes

std::string _name
 
std::string _value
 

Detailed Description

Definition at line 52 of file xml++.h.

Constructor & Destructor Documentation

◆ XMLProperty()

XMLProperty::XMLProperty ( const std::string &  n,
const std::string &  v = std::string() 
)

◆ ~XMLProperty()

XMLProperty::~XMLProperty ( )

Member Function Documentation

◆ name()

const std::string& XMLProperty::name ( ) const
inline

Definition at line 57 of file xml++.h.

◆ set_value()

const std::string& XMLProperty::set_value ( const std::string &  v)
inline

Definition at line 59 of file xml++.h.

◆ value()

const std::string& XMLProperty::value ( ) const
inline

Definition at line 58 of file xml++.h.

Member Data Documentation

◆ _name

std::string XMLProperty::_name
private

Definition at line 62 of file xml++.h.

◆ _value

std::string XMLProperty::_value
private

Definition at line 63 of file xml++.h.


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