|
GKD.RoboCtrl
|
在文件 multiton.hpp 第 101 行定义.
Public 类型 | |
| using | key_type = typename owner_type::info_type::key_type |
| using | info_type = typename owner_type::info_type |
静态 Public 成员函数 | |
| static void | init (const info_type &info) |
| static bool | contains (const key_type &key) |
| static auto | get (const key_type &key) -> owner_type & |
静态 Public 属性 | |
| static std::mutex | mutex_ {} |
| static std::unordered_map< key_type, std::unique_ptr< owner_type > > | instances |
额外继承的成员函数 | |
Public 成员函数 继承自 roboctrl::utils::immovable_base | |
| immovable_base (immovable_base &&)=delete | |
| immovable_base & | operator= (immovable_base &&)=delete |
Public 成员函数 继承自 roboctrl::utils::not_copyable_base | |
| not_copyable_base (const not_copyable_base &)=delete | |
| not_copyable_base & | operator= (const not_copyable_base &)=delete |
| using roboctrl::multiton::details::multiton_impl< owner_type >::info_type = typename owner_type::info_type |
在文件 multiton.hpp 第 110 行定义.
| using roboctrl::multiton::details::multiton_impl< owner_type >::key_type = typename owner_type::info_type::key_type |
在文件 multiton.hpp 第 105 行定义.
|
inlinestatic |
在文件 multiton.hpp 第 121 行定义.
|
inlinestatic |
在文件 multiton.hpp 第 126 行定义.
|
inlinestatic |
在文件 multiton.hpp 第 112 行定义.
|
static |
在文件 multiton.hpp 第 108 行定义.
|
static |
在文件 multiton.hpp 第 107 行定义.