OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
KSyncBackReference Struct Reference

#include <ksync_object.h>

Collaboration diagram for KSyncBackReference:

Public Member Functions

 KSyncBackReference (KSyncEntry *key, KSyncEntry *ref)
 
bool operator< (const KSyncBackReference &rhs) const
 

Public Attributes

boost::intrusive::set_member_hook node_
 
KSyncEntrykey_
 
KSyncEntryback_reference_
 

Detailed Description

Definition at line 48 of file ksync_object.h.

Constructor & Destructor Documentation

KSyncBackReference::KSyncBackReference ( KSyncEntry key,
KSyncEntry ref 
)
inline

Definition at line 49 of file ksync_object.h.

Member Function Documentation

bool KSyncBackReference::operator< ( const KSyncBackReference rhs) const
inline

Definition at line 52 of file ksync_object.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: