SAGA Adaptor CPI v.1.0
|
#include <adaptor_suite_data.hpp>
Public Types | |
typedef Adaptor_Suite | adaptor_type |
Public Member Functions | |
template<typename Cpi > | |
adaptor_suite_data (Cpi *cpi_instance) | |
~adaptor_suite_data (void) | |
Adaptor_Suite * | operator-> () const |
namespace saga { namespace adaptors { /** Class implementing the scoped_lock pattern for the adaptor_suite_data
Definition at line 31 of file adaptor_suite_data.hpp.
typedef Adaptor_Suite adaptor_suite_data< Adaptor, Adaptor_Suite >::adaptor_type |
Definition at line 40 of file adaptor_suite_data.hpp.
adaptor_suite_data< Adaptor, Adaptor_Suite >::adaptor_suite_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 50 of file adaptor_suite_data.hpp.
adaptor_suite_data< Adaptor, Adaptor_Suite >::~adaptor_suite_data | ( | void | ) | [inline] |
Destructor: unlocks the object.
Definition at line 60 of file adaptor_suite_data.hpp.
Adaptor_Suite* adaptor_suite_data< Adaptor, Adaptor_Suite >::operator-> | ( | ) | const [inline] |
Definition at line 69 of file adaptor_suite_data.hpp.