To be used as a function object to locate sections and topics with a specified ID. More...
#include <help_impl.hpp>
Public Member Functions | |
has_id (const std::string &id) | |
bool | operator() (const topic &t) |
bool | operator() (const section &s) |
bool | operator() (const section *s) |
Private Attributes | |
const std::string | id_ |
To be used as a function object to locate sections and topics with a specified ID.
Definition at line 174 of file help_impl.hpp.
|
inline |
Definition at line 177 of file help_impl.hpp.
|
inline |
Definition at line 178 of file help_impl.hpp.
References help::topic::id, and id_.
|
inline |
Definition at line 179 of file help_impl.hpp.
References help::section::id, and id_.
|
inline |
Definition at line 180 of file help_impl.hpp.
References help::section::id, and id_.
|
private |
Definition at line 182 of file help_impl.hpp.
Referenced by operator()().