#include <epc-x2.h>
Public Member Functions | |
X2CellInfo (uint16_t localCellId, uint16_t remoteCellId) | |
virtual | ~X2CellInfo (void) |
X2CellInfo & | operator= (const X2CellInfo &) |
![]() | |
SimpleRefCount () | |
SimpleRefCount (const SimpleRefCount &o) | |
uint32_t | GetReferenceCount (void) const |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
void | Ref (void) const |
void | Unref (void) const |
Public Attributes | |
uint16_t | m_localCellId |
uint16_t | m_remoteCellId |
Additional Inherited Members | |
![]() | |
static void | Cleanup (void) |
ns3::X2CellInfo::X2CellInfo | ( | uint16_t | localCellId, |
uint16_t | remoteCellId | ||
) |
Definition at line 60 of file epc-x2.cc.
References m_localCellId, and m_remoteCellId.
|
virtual |
Definition at line 66 of file epc-x2.cc.
References m_localCellId, and m_remoteCellId.
X2CellInfo & ns3::X2CellInfo::operator= | ( | const X2CellInfo & | value | ) |
Definition at line 73 of file epc-x2.cc.
References m_localCellId, m_remoteCellId, and NS_LOG_FUNCTION.
uint16_t ns3::X2CellInfo::m_localCellId |
Definition at line 60 of file epc-x2.h.
Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().
uint16_t ns3::X2CellInfo::m_remoteCellId |
Definition at line 61 of file epc-x2.h.
Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().