Template for the implementation of the LteEnbCphySapUser as a member of an owner class of type C to which all methods are forwarded. More...
#include "lte-enb-cphy-sap.h"
Public Member Functions | |
MemberLteEnbCphySapUser ()=delete | |
MemberLteEnbCphySapUser (C *owner) | |
Constructor. | |
![]() | |
virtual | ~LteEnbCphySapUser () |
Destructor. | |
Private Attributes | |
C * | m_owner |
the owner class | |
Template for the implementation of the LteEnbCphySapUser as a member of an owner class of type C to which all methods are forwarded.
Definition at line 260 of file lte-enb-cphy-sap.h.
ns3::MemberLteEnbCphySapUser< C >::MemberLteEnbCphySapUser | ( | C * | owner | ) |
Constructor.
owner | the owner class |
Definition at line 280 of file lte-enb-cphy-sap.h.
References m_owner.
|
delete |
|
private |
the owner class
Definition at line 276 of file lte-enb-cphy-sap.h.
Referenced by MemberLteEnbCphySapUser().