OpenSDN source code
|
Typedefs | |
typedef IntrusivePtrRef < LogicalSwitchEntry > | LogicalSwitchRef |
typedef boost::intrusive_ptr < ConnectionStateEntry > | ConnectionStateEntryPtr |
typedef boost::intrusive_ptr < OvsdbClientIdl > | OvsdbClientIdlPtr |
typedef std::set < OvsdbEntryBase * > | OvsdbEntryList |
Functions | |
void | intrusive_ptr_add_back_ref (IntrusiveReferrer ref, LogicalSwitchEntry *p) |
void | intrusive_ptr_del_back_ref (IntrusiveReferrer ref, LogicalSwitchEntry *p) |
void | intrusive_ptr_add_ref (ConnectionStateEntry *p) |
void | intrusive_ptr_release (ConnectionStateEntry *p) |
void | ovsdb_wrapper_idl_callback (void *idl_base, int op, struct ovsdb_idl_row *row) |
void | ovsdb_wrapper_idl_txn_ack (void *idl_base, struct ovsdb_idl_txn *txn) |
void | intrusive_ptr_add_ref (OvsdbClientIdl *p) |
void | intrusive_ptr_release (OvsdbClientIdl *p) |
typedef boost::intrusive_ptr<ConnectionStateEntry> OVSDB::ConnectionStateEntryPtr |
Definition at line 24 of file ovsdb_client_connection_state.h.
Definition at line 18 of file logical_switch_ovsdb.h.
typedef boost::intrusive_ptr<OvsdbClientIdl> OVSDB::OvsdbClientIdlPtr |
Definition at line 54 of file ovsdb_client_idl.h.
typedef std::set<OvsdbEntryBase *> OVSDB::OvsdbEntryList |
Definition at line 56 of file ovsdb_client_idl.h.
void OVSDB::intrusive_ptr_add_back_ref | ( | IntrusiveReferrer | ref, |
LogicalSwitchEntry * | p | ||
) |
Definition at line 28 of file logical_switch_ovsdb.cc.
void OVSDB::intrusive_ptr_add_ref | ( | ConnectionStateEntry * | p | ) |
Definition at line 48 of file ovsdb_client_connection_state.cc.
void OVSDB::intrusive_ptr_add_ref | ( | OvsdbClientIdl * | p | ) |
Definition at line 102 of file ovsdb_client_idl.cc.
void OVSDB::intrusive_ptr_del_back_ref | ( | IntrusiveReferrer | ref, |
LogicalSwitchEntry * | p | ||
) |
Definition at line 32 of file logical_switch_ovsdb.cc.
void OVSDB::intrusive_ptr_release | ( | ConnectionStateEntry * | p | ) |
Definition at line 53 of file ovsdb_client_connection_state.cc.
void OVSDB::intrusive_ptr_release | ( | OvsdbClientIdl * | p | ) |
void OVSDB::ovsdb_wrapper_idl_callback | ( | void * | idl_base, |
int | op, | ||
struct ovsdb_idl_row * | row | ||
) |
void OVSDB::ovsdb_wrapper_idl_txn_ack | ( | void * | idl_base, |
struct ovsdb_idl_txn * | txn | ||
) |