#include <core.h>
Public Member Functions | |
CacheKey (boost::weak_ptr< Leaf > r, const std::string &p) | |
bool | operator== (const CacheKey &key) const |
bool | operator< (const CacheKey &key) const |
Public Attributes | |
boost::weak_ptr< Leaf > | root |
node to which the path of this key is relative to | |
std::string | path |
the path expression of this key |
Definition at line 65 of file core.h.
|
|
|
|
|
|
|
the path expression of this key
Definition at line 72 of file core.h. Referenced by operator<(), and operator==(). |
|
node to which the path of this key is relative to
Definition at line 69 of file core.h. Referenced by operator<(), and operator==(). |