|
Robot Raconteur Core C++ Library
|
Go to the source code of this file.
Classes | |
| class | RobotRaconteur::Callback< T > |
| callback member type interface More... | |
Typedefs | |
| template<typename T> | |
| using | RobotRaconteur::CallbackPtr = boost::shared_ptr<Callback<T> > |
| Convenience alias for Callback shared_ptr. | |
| template<typename T> | |
| using | RobotRaconteur::CallbackConstPtr = boost::shared_ptr<const Callback<T> > |
| Convenience alias for Callback const shared_ptr. | |