SAGA Adaptor CPI v.1.0
|
#include <adaptor_data.hpp>
Public Types | |
typedef Adaptor | adaptor_type |
Public Member Functions | |
template<typename Cpi > | |
adaptor_data (Cpi *cpi_instance) | |
~adaptor_data (void) | |
Adaptor * | operator-> () const |
Class implementing the scoped_lock pattern for the adaptor_data
Definition at line 28 of file adaptor_data.hpp.
typedef Adaptor saga::adaptors::adaptor_data< Adaptor >::adaptor_type |
Definition at line 38 of file adaptor_data.hpp.
saga::adaptors::adaptor_data< Adaptor >::adaptor_data | ( | Cpi * | cpi_instance | ) | [inline] |
Constructor: Here we lock the appropriate object identified by id
id | the identifier for the object you want to lock. |
Definition at line 48 of file adaptor_data.hpp.
saga::adaptors::adaptor_data< Adaptor >::~adaptor_data | ( | void | ) | [inline] |
Destructor: unlocks the object.
Definition at line 58 of file adaptor_data.hpp.
Adaptor* saga::adaptors::adaptor_data< Adaptor >::operator-> | ( | ) | const [inline] |
Definition at line 65 of file adaptor_data.hpp.