Link Search Menu Expand Document

Attributes Class

Brief: a list of attributes

Detailed description

Members documentation

Attributes()

Brief: constructs an empty list of attributes

Attributes(iterator begin, iterator end)

Brief: constructs a list of attriutes from a pair of iterators

Attributes::iterator begin() const

Brief: returns the begin iterator

Attributes::iterator end() const

Brief: returns the end iterator

size_t size() const

Brief: returns number of attributes in the list

const Attribute& at(size_t index) const

Brief: returns the attribute at a given index