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

#include <ksync_object.h>

Collaboration diagram for KSyncObjectEvent:

Public Types

enum  Event { UNKNOWN, UNREGISTER, DEL }
 

Public Member Functions

 KSyncObjectEvent (KSyncObject *obj, Event event)
 

Public Attributes

KSyncEntry::KSyncEntryPtr ref_
 
KSyncObjectobj_
 
Event event_
 

Detailed Description

Definition at line 270 of file ksync_object.h.

Member Enumeration Documentation

Enumerator
UNKNOWN 
UNREGISTER 
DEL 

Definition at line 271 of file ksync_object.h.

Constructor & Destructor Documentation

KSyncObjectEvent::KSyncObjectEvent ( KSyncObject obj,
Event  event 
)
inline

Definition at line 276 of file ksync_object.h.

Member Data Documentation

Event KSyncObjectEvent::event_

Definition at line 281 of file ksync_object.h.

KSyncObject* KSyncObjectEvent::obj_

Definition at line 280 of file ksync_object.h.

KSyncEntry::KSyncEntryPtr KSyncObjectEvent::ref_

Definition at line 279 of file ksync_object.h.


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