#include <uhd/experts/expert_nodes.hpp>
Public Member Functions | |
virtual | ~data_accessor_t () |
virtual bool | is_reader () const =0 |
virtual bool | is_writer () const =0 |
virtual dag_vertex_t & | node () const =0 |
Protected Member Functions | |
data_accessor_t (const node_retriever_t &r, const std::string &n) | |
Protected Attributes | |
dag_vertex_t & | _vertex |
class data_accessor_t
Accessors provide protected access to data nodes and help
|
inlinevirtual |
|
inlineprotected |
|
pure virtual |
Implemented in uhd::experts::data_accessor_base< data_t >.
|
pure virtual |
Implemented in uhd::experts::data_accessor_base< data_t >.
|
pure virtual |
|
protected |