A Discrete-Event Network Simulator
API
ns3::X2CellInfo Class Reference

X2CellInfo. More...

#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 (void)
 
X2CellInfooperator= (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 (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= ([[maybe_unused]] 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

std::vector< uint16_t > m_localCellIds
 local cell IDs More...
 
std::vector< uint16_t > m_remoteCellIds
 remote cell IDs More...
 

Detailed Description

X2CellInfo.

Definition at line 69 of file epc-x2.h.

Constructor & Destructor Documentation

◆ X2CellInfo()

ns3::X2CellInfo::X2CellInfo ( std::vector< uint16_t >  localCellIds,
std::vector< uint16_t >  remoteCellIds 
)

Constructor.

Parameters
localCellIdslocal cell IDs
remoteCellIdsremote cell IDs

Definition at line 59 of file epc-x2.cc.

◆ ~X2CellInfo()

ns3::X2CellInfo::~X2CellInfo ( void  )
virtual

Definition at line 65 of file epc-x2.cc.

Member Function Documentation

◆ operator=()

X2CellInfo & ns3::X2CellInfo::operator= ( const X2CellInfo value)

Assignment operator.

Parameters
valuevalue to assign
Returns
X2CellInfo&

Definition at line 70 of file epc-x2.cc.

References m_localCellIds, m_remoteCellIds, and NS_LOG_FUNCTION.

Member Data Documentation

◆ m_localCellIds

std::vector<uint16_t> ns3::X2CellInfo::m_localCellIds

local cell IDs

Definition at line 89 of file epc-x2.h.

Referenced by operator=().

◆ m_remoteCellIds

std::vector<uint16_t> ns3::X2CellInfo::m_remoteCellIds

remote cell IDs

Definition at line 90 of file epc-x2.h.

Referenced by operator=().


The documentation for this class was generated from the following files: