Custom iterator for directory_registry, returned to callers of find
method.
More...
Public Member Functions | |
directory_registry_iterator (Key const &key, value_type const &value) | |
bool | equal (directory_registry_iterator const &other) const |
void | increment (void) |
std::pair< Key, value_type > | dereference (void) const |
Friends | |
class | boost::iterator_core_access |
Custom iterator for directory_registry, returned to callers of find
method.