ofDocsdocumentation utils ofXml::Attribute

ofXml::Attribute


Attribute( ... )

Attribute(const pugi::xml_attribute &attr)

Attribute( )

Attribute()

getBoolValue( )

bool getBoolValue()

getDoubleValue( )

double getDoubleValue()

getFloatValue( )

float getFloatValue()

getIntValue( )

int getIntValue()

getNextAttribute( )

ofXml::Attribute getNextAttribute()

getPreviousAttribute( )

ofXml::Attribute getPreviousAttribute()

getUintValue( )

unsigned int getUintValue()

getValue( )

string getValue()

operator=( ... )

ofXml::Attribute & operator=(const T &value)

set( ... )

ofXml::Attribute & set(const T &value)

setName( ... )

void setName(const string &name)