libiio
1.0
Library for interfacing with IIO devices
|
Vector-like accessor for all attributes of an object. More...
#include <bindings/cpp/iiopp.h>
Public Member Functions | |
AttrSeqT (obj_T const *obj) | |
unsigned int | size () const |
Count of attributes. | |
Attr | operator[] (unsigned int idx) |
Access by attribute index. | |
Attr | operator[] (cstr name) |
Access by attribute name. | |
![]() | |
Iterator | begin () |
Iterator | end () |
Vector-like accessor for all attributes of an object.