This documentation is automatically generated from the openFrameworks source code using doxygen and refers to the most recent release, version 0.12.0.
ofXml::Attribute Class Reference
#include <ofXml.h>
Public Member Functions | |
Attribute () | |
std::string | getValue () const |
void | setName (const std::string &name) |
std::string | getName () const |
int | getIntValue () const |
unsigned int | getUintValue () const |
float | getFloatValue () const |
double | getDoubleValue () const |
bool | getBoolValue () const |
operator bool () const | |
Attribute | getNextAttribute () const |
Attribute | getPreviousAttribute () const |
template<typename T > | |
ofXml::Attribute & | operator= (const T &value) |
template<typename T > | |
Attribute & | set (const T &value) |
Friends | |
class | ofXml |
Constructor & Destructor Documentation
◆ Attribute()
|
inline |
Member Function Documentation
◆ getBoolValue()
bool ofXml::Attribute::getBoolValue | ( | ) | const |
◆ getDoubleValue()
double ofXml::Attribute::getDoubleValue | ( | ) | const |
◆ getFloatValue()
float ofXml::Attribute::getFloatValue | ( | ) | const |
◆ getIntValue()
int ofXml::Attribute::getIntValue | ( | ) | const |
◆ getName()
std::string ofXml::Attribute::getName | ( | ) | const |
◆ getNextAttribute()
ofXml::Attribute ofXml::Attribute::getNextAttribute | ( | ) | const |
◆ getPreviousAttribute()
ofXml::Attribute ofXml::Attribute::getPreviousAttribute | ( | ) | const |
◆ getUintValue()
unsigned int ofXml::Attribute::getUintValue | ( | ) | const |
◆ getValue()
std::string ofXml::Attribute::getValue | ( | ) | const |
◆ operator bool()
ofXml::Attribute::operator bool | ( | ) | const |
◆ operator=()
template<typename T >
|
inline |
◆ set()
template<typename T >
|
inline |
◆ setName()
void ofXml::Attribute::setName | ( | const std::string & | name | ) |
Friends And Related Symbol Documentation
◆ ofXml
|
friend |
The documentation for this class was generated from the following files: