gz/sim/components/World.hh
This library is part of the Gazebo project.
static std::istream & Deserialize(std::istream &_in, sdf::World &)
Definition: gz/sim/components/World.hh:69
#define IGN_GAZEBO_REGISTER_COMPONENT(_compType, _classname)
Static component registration macro.
Definition: gz/sim/components/Factory.hh:509
Type trait that determines if a operator>> is defined on Stream and DataType, i.e,...
Definition: gz/sim/components/Component.hh:86
Type trait that determines if a operator<< is defined on Stream and DataType, i.e,...
Definition: gz/sim/components/Component.hh:62
Component< NoData, class WorldTag > World
A component that identifies an entity as being a world.
Definition: gz/sim/components/World.hh:79
static constexpr bool value
Definition: gz/sim/components/Component.hh:96
STL class.
IGN_GAZEBO_REGISTER_COMPONENT("ign_gazebo_components.Actor", Actor) using AnimationTime
Time in seconds within animation being currently played.
static constexpr bool value
Definition: gz/sim/components/Component.hh:72
This class provides wrappers around entities and components which are more convenient and straight-fo...
Definition: gz/sim/World.hh:61
Default serializer template to call stream operators only on types that support them....
Definition: gz/sim/components/Component.hh:108
A component type that wraps any data type. The intention is for this class to be used to create simpl...
Definition: gz/sim/components/Component.hh:324
STL namespace.
static std::ostream & Serialize(std::ostream &_out, const sdf::World &)
Definition: gz/sim/components/World.hh:63
STL class.