33#ifndef DART_DYNAMICS_DETAIL_ENTITYNODEASPECT_HPP_
34#define DART_DYNAMICS_DETAIL_ENTITYNODEASPECT_HPP_
56 operator const std::string&()
const;
65template <
class Base,
bool isCompositeBase>
70 template <
typename... Args>
86 template <
typename... Args>
89 common::NoArg,
std::forward<Args>(args)...)
std::string * name
Definition SkelParser.cpp:1697
Terminator for the variadic template.
Definition CompositeJoiner.hpp:45
Inherit this class to embed Properties into your Composite object.
Definition EmbeddedAspect.hpp:204
common::RequiresAspect< Aspect > Base
Definition EmbeddedAspect.hpp:210
EntityNodeBase(Args &&... args)
Forwarding constructor.
Definition EntityNodeAspect.hpp:87
virtual ~EntityNodeBase()=default
Definition EntityNodeAspect.hpp:67
EntityNodeBase(Args &&... args)
Forwarding constructor.
Definition EntityNodeAspect.hpp:71
virtual ~EntityNodeBase()=default
Definition BulletCollisionDetector.cpp:65
Definition SharedLibraryManager.hpp:46
Definition EntityNodeAspect.hpp:48
std::string mName
Name of the Entity/Node.
Definition EntityNodeAspect.hpp:50