ardour
Public Member Functions | Private Attributes | List of all members
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 153 of file xml++.h.

Constructor & Destructor Documentation

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

Definition at line 550 of file xml++.cc.

XMLProperty::~XMLProperty ( )

Definition at line 562 of file xml++.cc.

Member Function Documentation

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

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

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

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

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

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

Member Data Documentation

std::string XMLProperty::_name
private

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

std::string XMLProperty::_value
private

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


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