OpenSDN source code
|
#include <ksync_object.h>
Public Member Functions | |
KSyncBackReference (KSyncEntry *key, KSyncEntry *ref) | |
bool | operator< (const KSyncBackReference &rhs) const |
Public Attributes | |
boost::intrusive::set_member_hook | node_ |
KSyncEntry * | key_ |
KSyncEntry * | back_reference_ |
Definition at line 48 of file ksync_object.h.
|
inline |
Definition at line 49 of file ksync_object.h.
|
inline |
Definition at line 52 of file ksync_object.h.
KSyncEntry* KSyncBackReference::back_reference_ |
Definition at line 67 of file ksync_object.h.
KSyncEntry* KSyncBackReference::key_ |
Definition at line 66 of file ksync_object.h.
boost::intrusive::set_member_hook KSyncBackReference::node_ |
Definition at line 63 of file ksync_object.h.