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::conformation::signals::GeneralEvent Struct Reference

signals a general change in a Conformation More...

#include <GeneralEvent.hh>

Inheritance diagram for core::conformation::signals::GeneralEvent:
Inheritance graph
[legend]
Collaboration diagram for core::conformation::signals::GeneralEvent:
Collaboration graph
[legend]

Public Types

typedef
core::conformation::Conformation 
Conformation
 

Public Member Functions

 GeneralEvent ()
 default constructor More...
 
 GeneralEvent (Conformation const *conf)
 constructor More...
 
 GeneralEvent (GeneralEvent const &rval)
 copy constructor More...
 
virtual ~GeneralEvent ()
 default destructor More...
 
GeneralEventoperator= (GeneralEvent const &rval)
 copy assignment More...
 

Public Attributes

Conformation const * conformation
 the Conformation firing the signal More...
 

Detailed Description

signals a general change in a Conformation

Definition at line 37 of file GeneralEvent.hh.

Member Typedef Documentation

Definition at line 45 of file GeneralEvent.hh.

Constructor & Destructor Documentation

core::conformation::signals::GeneralEvent::GeneralEvent ( )
inline

default constructor

Definition at line 50 of file GeneralEvent.hh.

core::conformation::signals::GeneralEvent::GeneralEvent ( Conformation const *  conf)
inline

constructor

Definition at line 57 of file GeneralEvent.hh.

core::conformation::signals::GeneralEvent::GeneralEvent ( GeneralEvent const &  rval)
inline

copy constructor

Definition at line 64 of file GeneralEvent.hh.

virtual core::conformation::signals::GeneralEvent::~GeneralEvent ( )
inlinevirtual

default destructor

Definition at line 72 of file GeneralEvent.hh.

Member Function Documentation

GeneralEvent& core::conformation::signals::GeneralEvent::operator= ( GeneralEvent const &  rval)
inline

Member Data Documentation

Conformation const* core::conformation::signals::GeneralEvent::conformation

the Conformation firing the signal

Definition at line 87 of file GeneralEvent.hh.

Referenced by core::scoring::constraints::ConstraintSet::on_length_change(), and operator=().


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