コンポジット テンプレート
[詳解]
#include <DesignPattern.hpp>
|
void | Add (std::wstring key, std::wstring value) |
|
std::wstring | Get (std::wstring key) |
|
std::wstring | GetName () |
|
void | SetName (std::wstring &name) |
|
コンポジット テンプレート
- 覚え書き
- テンプレートクラスなのでDLL_DECLSPECは付けません。
DesignPattern.hpp の 239 行目に定義があります。
◆ Add()
void alt::skeleton::CompositeLeaf::Add |
( |
std::wstring |
key, |
|
|
std::wstring |
value |
|
) |
| |
|
inline |
◆ Get()
std::wstring alt::skeleton::CompositeLeaf::Get |
( |
std::wstring |
key | ) |
|
|
inline |
◆ GetName()
std::wstring alt::skeleton::CompositeLeaf::GetName |
( |
| ) |
|
|
inline |
◆ SetName()
void alt::skeleton::CompositeLeaf::SetName |
( |
std::wstring & |
name | ) |
|
|
inline |
◆ _leafName
std::wstring alt::skeleton::CompositeLeaf::_leafName |
|
private |
◆ _properties
std::map<std::wstring, std::wstring> alt::skeleton::CompositeLeaf::_properties |
|
private |
このクラス詳解は次のファイルから抽出されました: