Forward declarations for the common classes. More...
#include <vector>#include <map>#include <string>#include <boost/shared_ptr.hpp>

Go to the source code of this file.
Namespaces | |
| namespace | gazebo::event |
Event namespace. | |
Defines | |
| #define | NULL 0 |
| #define | GAZEBO_DEPRECATED |
| #define | GAZEBO_FORCEINLINE |
Typedefs | |
|
typedef boost::shared_ptr < WorldPlugin > | WorldPluginPtr |
|
typedef boost::shared_ptr < ModelPlugin > | ModelPluginPtr |
|
typedef boost::shared_ptr < SensorPlugin > | SensorPluginPtr |
|
typedef boost::shared_ptr < GUIPlugin > | GUIPluginPtr |
|
typedef boost::shared_ptr < SystemPlugin > | SystemPluginPtr |
|
typedef std::vector < common::Param * > | Param_V |
|
typedef std::map< std::string, std::string > | StrStr_M |
|
typedef boost::shared_ptr < Animation > | AnimationPtr |
|
typedef boost::shared_ptr < PoseAnimation > | PoseAnimationPtr |
|
typedef boost::shared_ptr < NumericAnimation > | NumericAnimationPtr |
|
typedef boost::shared_ptr < Connection > | ConnectionPtr |
|
typedef std::vector < ConnectionPtr > | Connection_V |
Forward declarations for the common classes.
1.7.5.1