|
libiio
|
Vector-like accessor for all attributes of an object. More...
#include <iiopp.h>


Public Member Functions | |
| AttrSeqT (obj_T const *obj) | |
| size_t | size () const |
| Count of attributes. | |
| attr_T | operator[] (size_t idx) |
| Access by attribute index. | |
| attr_T | operator[] (cstr name) |
| Access by attribute name. | |
Public Member Functions inherited from iiopp::impl::IndexedSequence< AttrSeqT< obj_T, attr_T, get_attrs_count_T, get_attr_T, find_attr_T >, attr_T > | |
| Iterator | begin () |
| Iterator | end () |
Vector-like accessor for all attributes of an object.
1.8.13