reference

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::Attributeoperator= (const T &value)
 
template<typename T >
Attributeset (const T &value)
 

Friends

class ofXml
 

Constructor & Destructor Documentation

◆ Attribute()

ofXml::Attribute::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 >
ofXml::Attribute & ofXml::Attribute::operator= ( const T &  value)
inline

◆ set()

template<typename T >
Attribute & ofXml::Attribute::set ( const T &  value)
inline

◆ setName()

void ofXml::Attribute::setName ( const std::string &  name)

Friends And Related Symbol Documentation

◆ ofXml

friend class ofXml
friend

The documentation for this class was generated from the following files:
  • /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofXml.h
  • /Users/icq4ever/Desktop/oF0120/libs/openFrameworks/utils/ofXml.cpp