|
OpenImageIO
|
#include <paramlist.h>
Public Member Functions | |
| iterator | begin () |
| iterator | end () |
| const_iterator | begin () const |
| const_iterator | end () const |
| reference | front () |
| reference | back () |
| const_reference | front () const |
| const_reference | back () const |
| reference | operator[] (int i) |
| const_reference | operator[] (int i) const |
| reference | operator[] (size_t i) |
| const_reference | operator[] (size_t i) const |
| void | resize (size_t newsize) |
| size_t | size () const |
| reference | grow () |
| void | push_back (ParamValue &p) |
| iterator | erase (iterator position) |
| iterator | erase (iterator first, iterator last) |
| void | clear () |
| void | free () |
A list of ParamValue entries, that can be iterated over or searched.
|
inline |
Remove all the values in the list.
|
inline |
Removes from the ParamValueList container a single element.
|
inline |
Removes from the ParamValueList container a range of elements ([first,last)).
|
inline |
Even more radical than clear, free ALL memory associated with the list itself.
|
inline |
Add space for one more ParamValue to the list, and return a reference to its slot.
|
inline |
Add a ParamValue to the end of the list.
1.8.2