#include "epc-x2.h"
 Inheritance diagram for ns3::X2CellInfo:
 Inheritance diagram for ns3::X2CellInfo: Collaboration 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 () | 
| X2CellInfo & | operator= (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. | |
| SimpleRefCount & | operator= (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 | |
| 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 62 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 |