|
Rosetta 3.5
|
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 *pose) | |
| 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
Definition at line 40 of file DestructionEvent.hh.
Definition at line 44 of file DestructionEvent.hh.
|
inline |
default constructor
Definition at line 48 of file DestructionEvent.hh.
|
inline |
constructor
Definition at line 55 of file DestructionEvent.hh.
|
inline |
copy constructor
Definition at line 62 of file DestructionEvent.hh.
|
inlinevirtual |
default destructor
Definition at line 70 of file DestructionEvent.hh.
|
inline |
| Pose const* core::pose::signals::DestructionEvent::pose |
the Pose firing the signal
Definition at line 85 of file DestructionEvent.hh.
Referenced by operator=().
1.8.4