|
Common System 0.2.0
Common interfaces and patterns for system integration
|

Public Member Functions | |
| DataService (std::string name) | |
| std::string | get_name () const |
| void | process () |
Private Attributes | |
| std::string | name_ |
Definition at line 25 of file adapter_pattern_example.cpp.
|
inlineexplicit |
Definition at line 28 of file adapter_pattern_example.cpp.
|
inline |
Definition at line 30 of file adapter_pattern_example.cpp.
References name_.
|
inline |
Definition at line 31 of file adapter_pattern_example.cpp.
References name_.
|
private |
Definition at line 34 of file adapter_pattern_example.cpp.
Referenced by get_name(), and process().