#include <epc-x2.h>
Public Member Functions | |
X2CellInfo (uint16_t localCellId, uint16_t remoteCellId) | |
virtual | ~X2CellInfo (void) |
X2CellInfo & | operator= (const X2CellInfo &) |
Public Member Functions inherited from ns3::SimpleRefCount< X2CellInfo > | |
SimpleRefCount () | |
Constructor. More... | |
SimpleRefCount (const SimpleRefCount &o) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount (void) const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o) |
Assignment. More... | |
void | Ref (void) const |
Increment the reference count. More... | |
void | Unref (void) const |
Decrement the reference count. More... | |
Public Attributes | |
uint16_t | m_localCellId |
uint16_t | m_remoteCellId |
Additional Inherited Members | |
Static Public Member Functions inherited from ns3::SimpleRefCount< X2CellInfo > | |
static void | Cleanup (void) |
Noop. More... | |
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().