Rosetta
Public Types | Public Member Functions | Public Attributes | List of all members
core::pose::signals::DestructionEvent Struct Reference

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...
 
DestructionEventoperator= (DestructionEvent const &rval)
 copy assignment More...
 

Public Attributes

Pose const * pose
 the Pose firing the signal More...
 

Detailed Description

special signal that the Pose is getting destroyed

Member Typedef Documentation

◆ Pose

Constructor & Destructor Documentation

◆ DestructionEvent() [1/3]

core::pose::signals::DestructionEvent::DestructionEvent ( )
inline

default constructor

◆ DestructionEvent() [2/3]

core::pose::signals::DestructionEvent::DestructionEvent ( Pose const *  p)
inline

constructor

◆ DestructionEvent() [3/3]

core::pose::signals::DestructionEvent::DestructionEvent ( DestructionEvent const &  rval)
inline

copy constructor

◆ ~DestructionEvent()

virtual core::pose::signals::DestructionEvent::~DestructionEvent ( )
inlinevirtual

default destructor

Member Function Documentation

◆ operator=()

DestructionEvent& core::pose::signals::DestructionEvent::operator= ( DestructionEvent const &  rval)
inline

copy assignment

References pose.

Member Data Documentation

◆ pose

Pose const* core::pose::signals::DestructionEvent::pose

the Pose firing the signal

Referenced by operator=().


The documentation for this struct was generated from the following file: