22 #ifndef INCLUDED_GR_HIER_BLOCK2_DETAIL_H
23 #define INCLUDED_GR_HIER_BLOCK2_DETAIL_H
28 #include <boost/utility.hpp>
49 void disconnect_all();
60 std::vector<gr_endpoint_vector_t> d_inputs;
std::vector< gr_basic_block_sptr > gr_basic_block_vector_t
Definition: gr_basic_block.h:288
Definition: gr_hier_block2.h:29
std::vector< gr_endpoint > gr_endpoint_vector_t
Definition: gr_flowgraph.h:81
#define GR_CORE_API
Definition: gr_core_api.h:30
Class representing a specific input or output graph endpoint.
Definition: gr_flowgraph.h:34
Definition: gr_hier_block2_detail.h:33
boost::intrusive_ptr< pmt_base > pmt_t
typedef for shared pointer (transparent reference counting). See http://www.boost.org/libs/smart_ptr/smart_ptr.htm
Definition: pmt.h:54