#include "epc-x2.h"
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[[maybe_unused]]) | |
Copy constructor. More... | |
uint32_t | GetReferenceCount () const |
Get the reference count of the object. More... | |
SimpleRefCount & | operator= (const SimpleRefCount &o[[maybe_unused]]) |
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 73 of file epc-x2.cc.
References m_localCellIds, m_remoteCellIds, and NS_LOG_FUNCTION.
std::vector<uint16_t> ns3::X2CellInfo::m_localCellIds |
std::vector<uint16_t> ns3::X2CellInfo::m_remoteCellIds |