NCBI C++ ToolKit
|
Search Toolkit Book for CPathHook
#include <serial/impl/pathhook.hpp>
Public Member Functions | |
CPathHook (void) | |
~CPathHook (void) | |
bool | IsEmpty (void) const |
bool | SetHook (CObjectStack *stk, const string &path, CObject *hook) |
CObject * | GetHook (CObjectStack &stk) const |
void | Erase (CObjectStack *stk) |
Static Public Member Functions | |
static bool | Match (const string &mask, const string &path) |
Private Member Functions | |
CObject * | x_Get (CObjectStack &stk, const string &path) const |
Private Attributes | |
bool | m_Empty |
bool | m_Regular |
bool | m_All |
bool | m_Wildcard |
Definition at line 50 of file pathhook.hpp.