|
OpenSDN source code
|
#include <mirror_index.h>


Public Member Functions | |
| MirrorIndexResourceKey (ResourceManager *rm, const string &analyzer_name) | |
| virtual | ~MirrorIndexResourceKey () |
| virtual void | Backup (ResourceData *data, uint16_t op) |
| virtual bool | IsLess (const ResourceKey &rhs) const |
Public Member Functions inherited from IndexResourceKey | |
| IndexResourceKey (ResourceManager *rm, Resource::Type resource_key_type) | |
| virtual | ~IndexResourceKey () |
| virtual const std::string | ToString () |
Public Member Functions inherited from ResourceKey | |
| ResourceKey (ResourceManager *rm, Resource::Type type) | |
| virtual | ~ResourceKey () |
| bool | operator< (const ResourceKey &rhs) const |
| void | set_dirty () |
| void | reset_dirty () |
| bool | dirty () const |
| ResourceTable * | resource_table () |
| ResourceManager * | rm () |
Private Attributes | |
| std::string | analyzer_name_ |
Definition at line 17 of file mirror_index.h.
| MirrorIndexResourceKey::MirrorIndexResourceKey | ( | ResourceManager * | rm, |
| const string & | analyzer_name | ||
| ) |
Definition at line 16 of file mirror_index.cc.
|
inlinevirtual |
Definition at line 21 of file mirror_index.h.
|
virtual |
Implements IndexResourceKey.
Definition at line 22 of file mirror_index.cc.

|
virtual |
Implements IndexResourceKey.
Definition at line 39 of file mirror_index.cc.
|
private |
Definition at line 25 of file mirror_index.h.