Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>

Collaboration diagram for core::pose::signals::DestructionEvent:
Collaboration graph
[legend]

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...
 
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

Definition at line 40 of file DestructionEvent.hh.

Member Typedef Documentation

Definition at line 44 of file DestructionEvent.hh.

Constructor & Destructor Documentation

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

default constructor

Definition at line 48 of file DestructionEvent.hh.

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

constructor

Definition at line 55 of file DestructionEvent.hh.

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

copy constructor

Definition at line 62 of file DestructionEvent.hh.

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

default destructor

Definition at line 70 of file DestructionEvent.hh.

Member Function Documentation

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

copy assignment

Definition at line 76 of file DestructionEvent.hh.

References pose.

Member Data Documentation

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

the Pose firing the signal

Definition at line 85 of file DestructionEvent.hh.

Referenced by operator=().


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