|
|
using | pointer = std::shared_ptr< HelpQuery > |
| |
|
using | LockT = boost::shared_mutex |
| |
|
using | WriteLockT = boost::unique_lock< LockT > |
| |
|
using | ReadLockT = boost::shared_lock< LockT > |
| |
|
using | HelpListT = std::vector< HelpT > |
| |
|
|
HelpListT | helplist |
| |
|
LockT | shared_lock |
| |
§ HelpQuery()
| identt::utils::HelpQuery::HelpQuery |
( |
| ) |
|
|
default |
§ add()
| void identt::utils::HelpQuery::add |
( |
HelpT |
h | ) |
|
|
inline |
add : add one HelpT item
- Parameters
-
- Returns
- none
§ get()
| HelpListT identt::utils::HelpQuery::get |
( |
const unsigned int |
scope | ) |
|
|
inline |
get : get a list of items matching scope
- Parameters
-
- Returns
- HelpListT list of matching
The documentation for this class was generated from the following file: