Rosetta
|
special signal that the Pose is getting destroyed More...
#include <DestructionEvent.hh>
Public Types | |
typedef core::pose::Pose | Pose |
Public Member Functions | |
DestructionEvent () | |
default constructor More... | |
DestructionEvent (Pose const *p) | |
constructor More... | |
DestructionEvent (DestructionEvent const &rval) | |
copy constructor More... | |
virtual | ~DestructionEvent () |
default destructor More... | |
DestructionEvent & | operator= (DestructionEvent const &rval) |
copy assignment More... | |
Public Attributes | |
Pose const * | pose |
the Pose firing the signal More... | |
special signal that the Pose is getting destroyed
|
inline |
default constructor
|
inline |
constructor
|
inline |
copy constructor
|
inlinevirtual |
default destructor
|
inline |
copy assignment
References pose.
Pose const* core::pose::signals::DestructionEvent::pose |
the Pose firing the signal
Referenced by operator=().