CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
Classes | |
class | another_ptr |
class | event_handler |
class | event_handler_impl |
class | smart_pointer_deleter |
Functions | |
another_ptr< event_handler > | get_event_handler () |
void | install_event_handler (shared_ptr< event_handler > p) |
void | handle_event (int event) |
void | remove_event_handler () |
void | test () |
Variables | |
int | begin_called = 0 |
int | handle_called = 0 |
int | end_called = 0 |
shared_ptr< event_handler > | current_handler |
another_ptr<event_handler> n_spt_another_sp::get_event_handler | ( | ) |
Definition at line 3058 of file testSharedPtr.cc.
Referenced by test().
void n_spt_another_sp::handle_event | ( | int | event | ) |
Definition at line 3074 of file testSharedPtr.cc.
Referenced by test().
void n_spt_another_sp::install_event_handler | ( | shared_ptr< event_handler > | p | ) |
Definition at line 3067 of file testSharedPtr.cc.
Referenced by test().
void n_spt_another_sp::remove_event_handler | ( | ) |
Definition at line 3080 of file testSharedPtr.cc.
References CLHEP::shared_ptr< P >::reset().
Referenced by test().
void n_spt_another_sp::test | ( | ) |
Definition at line 3105 of file testSharedPtr.cc.
References CLHEP::dynamic_pointer_cast(), n_element_type::f(), CLHEP::shared_ptr< P >::get(), n_spt_another_sp::another_ptr< T >::get(), get_event_handler(), handle_event(), install_event_handler(), CLHEP::weak_ptr< P >::lock(), remove_event_handler(), n_spt_another_sp::another_ptr< T >::reset(), n_spt_wrap::test(), and CLHEP::shared_ptr< P >::use_count().
Referenced by main().
int n_spt_another_sp::begin_called = 0 |
Definition at line 3033 of file testSharedPtr.cc.
Referenced by n_spt_another_sp::event_handler_impl::begin().
shared_ptr<event_handler> n_spt_another_sp::current_handler |
Definition at line 3064 of file testSharedPtr.cc.
int n_spt_another_sp::end_called = 0 |
Definition at line 3035 of file testSharedPtr.cc.
Referenced by n_spt_another_sp::event_handler_impl::end().
int n_spt_another_sp::handle_called = 0 |
Definition at line 3034 of file testSharedPtr.cc.