gz/sim/components/LevelEntityNames.hh
Go to the documentation of this file.
80 serializers::LevelEntityNamesSerializer>;
This library is part of the Ignition Robotics project.
#define IGN_GAZEBO_REGISTER_COMPONENT(_compType, _classname)
Static component registration macro.
Definition: gz/sim/components/Factory.hh:331
IGN_GAZEBO_REGISTER_COMPONENT("ign_gazebo_components.AngularAcceleration", AngularAcceleration) using WorldAngularAcceleration
A component type that contains angular acceleration of an entity in the world frame represented by gz...
T clear(T... args)
static std::istream & Deserialize(std::istream &_in, std::set< std::string > &_set)
Deserialization for std::set<std::string>.
Definition: gz/sim/components/LevelEntityNames.hh:57
Component< std::set< std::string >, class LevelEntityNamesTag, serializers::LevelEntityNamesSerializer > LevelEntityNames
A component that holds a list of names of entities to be loaded in a level.
Definition: gz/sim/components/LevelEntityNames.hh:80
STL class.
Definition: gz/sim/components/LevelEntityNames.hh:37
T setf(T... args)
static std::ostream & Serialize(std::ostream &_out, const std::set< std::string > &_set)
Serialization for std::set<std::string>.
Definition: gz/sim/components/LevelEntityNames.hh:43
T insert(T... args)
STL class.