|
using | AttributeVector = std::vector< std::pair< String, String > > |
|
using | iterator = AttributeVector::iterator |
|
using | const_iterator = AttributeVector::const_iterator |
|
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|
void | clear () |
|
String | get (const String &name, const String &defaultValue="") const |
|
bool | have (const String &name) const |
|
Attributes & | set (const String &name, const String &value) |
|
bool | empty () const |
|
size_t | size () const |
|
The documentation for this class was generated from the following file: