SAGA Adaptor CPI v.1.0
|
#include <instance_data_base.hpp>
Public Member Functions | |
instance_data_base (void) | |
virtual | ~instance_data_base (void) |
mutex_type & | get_mutex (void) |
Base class for all classes, which should be shared for a specific API object instance.
Definition at line 22 of file instance_data_base.hpp.
saga::adaptors::instance_data_base::instance_data_base | ( | void | ) | [inline] |
The constructor
Definition at line 38 of file instance_data_base.hpp.
virtual saga::adaptors::instance_data_base::~instance_data_base | ( | void | ) | [inline, virtual] |
The destructor
Definition at line 45 of file instance_data_base.hpp.
mutex_type& saga::adaptors::instance_data_base::get_mutex | ( | void | ) | [inline] |
Definition at line 50 of file instance_data_base.hpp.