#include "epc-x2.h"
Inheritance diagram for ns3::X2CellInfo:
Collaboration diagram for ns3::X2CellInfo:Public Member Functions | |
| X2CellInfo (std::vector< uint16_t > localCellIds, std::vector< uint16_t > remoteCellIds) | |
| Constructor. More... | |
| virtual | ~X2CellInfo () |
| X2CellInfo & | operator= (const X2CellInfo &value) |
| 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 () const |
| Get the reference count of the object. More... | |
| SimpleRefCount & | operator= (const SimpleRefCount &o) |
| Assignment operator. More... | |
| void | Ref () const |
| Increment the reference count. More... | |
| void | Unref () const |
| Decrement the reference count. More... | |
Public Attributes | |
| std::vector< uint16_t > | m_localCellIds |
| local cell IDs More... | |
| std::vector< uint16_t > | m_remoteCellIds |
| remote cell IDs More... | |
| ns3::X2CellInfo::X2CellInfo | ( | std::vector< uint16_t > | localCellIds, |
| std::vector< uint16_t > | remoteCellIds | ||
| ) |
| X2CellInfo & ns3::X2CellInfo::operator= | ( | const X2CellInfo & | value | ) |
Assignment operator.
| value | value to assign |
Definition at line 72 of file epc-x2.cc.
References m_localCellIds, m_remoteCellIds, NS_LOG_FUNCTION, and second::value.
| std::vector<uint16_t> ns3::X2CellInfo::m_localCellIds |
| std::vector<uint16_t> ns3::X2CellInfo::m_remoteCellIds |