gz/sim/components/World.hh
Go to the documentation of this file.
This class provides wrappers around entities and components which are more convenient and straight-fo...
Definition: gz/sim/World.hh:61
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:325
static std::istream & Deserialize(std::istream &_in, sdf::World &)
Definition: gz/sim/components/World.hh:69
static std::ostream & Serialize(std::ostream &_out, const sdf::World &)
Definition: gz/sim/components/World.hh:63
Default serializer template to call stream operators only on types that support them....
Definition: gz/sim/components/Component.hh:109
Type trait that determines if a operator>> is defined on Stream and DataType, i.e,...
Definition: gz/sim/components/Component.hh:87
Type trait that determines if a operator<< is defined on Stream and DataType, i.e,...
Definition: gz/sim/components/Component.hh:63
#define IGN_GAZEBO_REGISTER_COMPONENT(_compType, _classname)
Static component registration macro.
Definition: gz/sim/components/Factory.hh:510
Component< NoData, class WorldTag > World
A component that identifies an entity as being a world.
Definition: gz/sim/components/World.hh:79
STL namespace.