A Discrete-Event Network Simulator
API
Loading...
Searching...
No Matches
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.
 
virtual ~X2CellInfo ()
 
X2CellInfooperator= (const X2CellInfo &value)
 Assignment operator.
 
- Public Member Functions inherited from ns3::SimpleRefCount< X2CellInfo >
 SimpleRefCount ()
 Default constructor.
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor.
 
uint32_t GetReferenceCount () const
 Get the reference count of the object.
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment operator.
 
void Ref () const
 Increment the reference count.
 
void Unref () const
 Decrement the reference count.
 

Public Attributes

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

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 62 of file epc-x2.cc.

◆ ~X2CellInfo()

ns3::X2CellInfo::~X2CellInfo ( )
virtual

Definition at line 68 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 73 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: