Robot Raconteur Core C++ Library
Loading...
Searching...
No Matches
RobotRaconteur::RangeGenerator< T > Member List

This is the complete list of members for RobotRaconteur::RangeGenerator< T >, including all inherited members.

Abort() RR_OVERRIDERobotRaconteur::RangeGenerator< T >inlinevirtual
AsyncAbort(boost::function< void(const boost::shared_ptr< RobotRaconteurException > &)> handler, int32_t timeout=RR_TIMEOUT_INFINITE) RR_OVERRIDERobotRaconteur::SyncGenerator< T::value_type, void >inline
RobotRaconteur::Generator< T::value_type, void >::AsyncAbort(boost::function< void(const boost::shared_ptr< RobotRaconteurException > &err)> handler, int32_t timeout=RR_TIMEOUT_INFINITE)=0RobotRaconteur::Generator< T::value_type, void >pure virtual
AsyncClose(boost::function< void(const boost::shared_ptr< RobotRaconteurException > &)> handler, int32_t timeout=RR_TIMEOUT_INFINITE) RR_OVERRIDERobotRaconteur::SyncGenerator< T::value_type, void >inline
RobotRaconteur::Generator< T::value_type, void >::AsyncClose(boost::function< void(const boost::shared_ptr< RobotRaconteurException > &err)> handler, int32_t timeout=RR_TIMEOUT_INFINITE)=0RobotRaconteur::Generator< T::value_type, void >pure virtual
AsyncNext(const void &v, boost::function< void(const T::value_type &, const boost::shared_ptr< RobotRaconteurException > &err)> handler, int32_t timeout=RR_TIMEOUT_INFINITE) RR_OVERRIDERobotRaconteur::SyncGenerator< T::value_type, void >inlinevirtual
Close() RR_OVERRIDERobotRaconteur::RangeGenerator< T >inlinevirtual
Next() RR_OVERRIDERobotRaconteur::RangeGenerator< T >inline
RobotRaconteur::SyncGenerator< T::value_type, void >::Next(const void &v) RR_OVERRIDE=0RobotRaconteur::SyncGenerator< T::value_type, void >pure virtual
TryNext(const void &v, T::value_type &ret)RobotRaconteur::Generator< T::value_type, void >inlinevirtual