ignition::gazebo::traits Namespace Reference
  | Classes | |
| class | HasGazeboConvert | 
| Type trait that determines if an ignition::gazebo::convert from In to Out is defined. Usage:  More... | |
| class | IsInStreamable | 
| Type trait that determines if a operator>> is defined on StreamandDataType, i.e, it checks if the functionStream& operator>>(Stream&, DataType&)exists. Example:  More... | |
| class | IsInStreamable< std::istream, sdf::World > | 
| class | IsOutStreamable | 
| Type trait that determines if a operator<< is defined on StreamandDataType, i.e, it checks if the functionStream& operator<<(Stream&, const DataType&)exists. Example:  More... | |
| class | IsOutStreamable< std::ostream, sdf::World > | 
| struct | IsSharedPtr | 
| Helper trait to determine if a type is shared_ptr or not.  More... | |
| struct | IsSharedPtr< std::shared_ptr< T > > | 
| Helper trait to determine if a type is shared_ptr or not.  More... | |