![]() |
Rosetta Utilities
2014.16.56682
|
This class for holding callback function. More...
#include <PyExitCallback.hh>
Public Member Functions | |
| virtual | ~PyExitCallback () |
| virtual void | exit_callback () |
Public Member Functions inherited from utility::pointer::ReferenceCount | |
| void | ctor () |
| virtual | ~ReferenceCount () |
| Destructor. More... | |
| Size | ref_count () const |
| Reference count. More... | |
Static Public Member Functions | |
| static void | set_PyExitCallBack (PyExitCallbackOP exit_callback_object) |
Static Private Member Functions | |
| static void | global_exit_callback (void) |
Static Private Attributes | |
| static PyExitCallbackOP | current_callback_object_ |
Additional Inherited Members | |
Public Types inherited from utility::pointer::ReferenceCount | |
| typedef platform::Size | Size |
| typedef platform::Size | size_type |
Protected Member Functions inherited from utility::pointer::ReferenceCount | |
| ReferenceCount () | |
| Default constructor. More... | |
| ReferenceCount (ReferenceCount const &) | |
| Copy constructor. More... | |
| ReferenceCount & | operator= (ReferenceCount const &) |
| Copy assignment. More... | |
This class for holding callback function.
|
inlinevirtual |
|
virtual |
|
staticprivate |
References current_callback_object_.
Referenced by set_PyExitCallBack().
|
static |
References current_callback_object_, global_exit_callback(), and utility::set_main_exit_callback().
|
staticprivate |
Referenced by global_exit_callback(), and set_PyExitCallBack().
1.8.7