#include "epc-x2.h"
 Inheritance diagram for ns3::X2CellInfo:
 Inheritance diagram for ns3::X2CellInfo: Collaboration diagram for ns3::X2CellInfo:
 Collaboration diagram for ns3::X2CellInfo:| Public Member Functions | |
| X2CellInfo (uint16_t localCellId, uint16_t remoteCellId) | |
| Constructor.  More... | |
| virtual | ~X2CellInfo (void) | 
| X2CellInfo & | operator= (const X2CellInfo &) | 
| Assignment operator.  More... | |
|  Public Member Functions inherited from ns3::SimpleRefCount< X2CellInfo > | |
| SimpleRefCount () | |
| Default 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 operator.  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 | 
| local cell ID  More... | |
| uint16_t | m_remoteCellId | 
| remote cell ID  More... | |
| ns3::X2CellInfo::X2CellInfo | ( | uint16_t | localCellId, | 
| uint16_t | remoteCellId | ||
| ) | 
Constructor.
| localCellId | local cell ID | 
| remoteCellId | remote cell ID | 
Definition at line 59 of file epc-x2.cc.
References m_localCellId, and m_remoteCellId.
| 
 | virtual | 
Definition at line 65 of file epc-x2.cc.
References m_localCellId, and m_remoteCellId.
| X2CellInfo & ns3::X2CellInfo::operator= | ( | const X2CellInfo & | value | ) | 
Assignment operator.
Definition at line 72 of file epc-x2.cc.
References m_localCellId, m_remoteCellId, and NS_LOG_FUNCTION.
| uint16_t ns3::X2CellInfo::m_localCellId | 
local cell ID
Definition at line 89 of file epc-x2.h.
Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().
| uint16_t ns3::X2CellInfo::m_remoteCellId | 
remote cell ID
Definition at line 90 of file epc-x2.h.
Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().