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

#include "epc-x2.h"

+ Inheritance diagram for ns3::X2CellInfo:
+ Collaboration diagram for ns3::X2CellInfo:

Public Member Functions

 X2CellInfo (uint16_t localCellId, uint16_t remoteCellId)
 
virtual ~X2CellInfo (void)
 
X2CellInfooperator= (const X2CellInfo &)
 
- Public Member Functions inherited from ns3::SimpleRefCount< X2CellInfo >
 SimpleRefCount ()
 Constructor. More...
 
 SimpleRefCount (const SimpleRefCount &o)
 Copy constructor. More...
 
uint32_t GetReferenceCount (void) const
 Get the reference count of the object. More...
 
SimpleRefCountoperator= (const SimpleRefCount &o)
 Assignment. 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
 
uint16_t m_remoteCellId
 

Additional Inherited Members

- Static Public Member Functions inherited from ns3::SimpleRefCount< X2CellInfo >
static void Cleanup (void)
 Noop. More...
 

Detailed Description

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

Constructor & Destructor Documentation

ns3::X2CellInfo::X2CellInfo ( uint16_t  localCellId,
uint16_t  remoteCellId 
)

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

References m_localCellId, and m_remoteCellId.

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

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

References m_localCellId, and m_remoteCellId.

Member Function Documentation

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

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

References m_localCellId, m_remoteCellId, and NS_LOG_FUNCTION.

Member Data Documentation

uint16_t ns3::X2CellInfo::m_localCellId

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

Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().

uint16_t ns3::X2CellInfo::m_remoteCellId

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

Referenced by operator=(), X2CellInfo(), and ~X2CellInfo().


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