| SAGA C++ API 1.6 | 
#include <service_data.hpp>
 Inheritance diagram for saga::sd::service_data:
 Inheritance diagram for saga::sd::service_data:| Public Member Functions | |
| service_data (void) | |
| service_data (saga::object const &o) | |
| ~service_data (void) | |
| service_data & | operator= (saga::object const &o) | 
| Protected Member Functions | |
| service_data (saga::impl::service_data *impl) | |
Read access to the key/value pairs of a service_description instance. This class implements the saga::attributes interface and offers getter methods for the user to read key/value pairs defined by the service publisher. Service publishers are completely free to define their own key names. Access to the keys and values is through the saga::attributes interface. The class provides no other methods. 
Definition at line 40 of file service_data.hpp.
| saga::sd::service_data::service_data | ( | saga::impl::service_data * | impl | ) |  [explicit, protected] | 
Definition at line 28 of file service_data.cpp.
| saga::sd::service_data::service_data | ( | void | ) | 
Definition at line 19 of file service_data.cpp.
| saga::sd::service_data::service_data | ( | saga::object const & | o | ) |  [explicit] | 
Definition at line 40 of file service_data.cpp.
References saga::BadParameter, saga::object::get_type(), and saga::object::ServiceData.
| saga::sd::service_data::~service_data | ( | void | ) | 
Definition at line 34 of file service_data.cpp.
| service_data & saga::sd::service_data::operator= | ( | saga::object const & | o | ) | 
Definition at line 49 of file service_data.cpp.