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. | |
![]() | |
Iterator | begin () |
Iterator | end () |
Vector-like accessor for all attributes of an object.