A Discrete-Event Network Simulator
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ns3::X2IfaceInfo Class Reference

#include <epc-x2.h>

+ Inheritance diagram for ns3::X2IfaceInfo:
+ Collaboration diagram for ns3::X2IfaceInfo:

Public Member Functions

 X2IfaceInfo (Ipv4Address remoteIpAddr, Ptr< Socket > localCtrlPlaneSocket, Ptr< Socket > localUserPlaneSocket)
 
virtual ~X2IfaceInfo (void)
 
X2IfaceInfooperator= (const X2IfaceInfo &)
 
- Public Member Functions inherited from ns3::SimpleRefCount< X2IfaceInfo >
 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

Ptr< Socketm_localCtrlPlaneSocket
 
Ptr< Socketm_localUserPlaneSocket
 
Ipv4Address m_remoteIpAddr
 

Additional Inherited Members

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

Detailed Description

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

Constructor & Destructor Documentation

ns3::X2IfaceInfo::X2IfaceInfo ( Ipv4Address  remoteIpAddr,
Ptr< Socket localCtrlPlaneSocket,
Ptr< Socket localUserPlaneSocket 
)

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

References m_localCtrlPlaneSocket, m_localUserPlaneSocket, and m_remoteIpAddr.

ns3::X2IfaceInfo::~X2IfaceInfo ( void  )
virtual

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

References m_localCtrlPlaneSocket, and m_localUserPlaneSocket.

Member Function Documentation

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

Member Data Documentation

Ptr<Socket> ns3::X2IfaceInfo::m_localCtrlPlaneSocket

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

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

Ptr<Socket> ns3::X2IfaceInfo::m_localUserPlaneSocket

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

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

Ipv4Address ns3::X2IfaceInfo::m_remoteIpAddr

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

Referenced by operator=(), and X2IfaceInfo().


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