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. More... | |
![]() | |
virtual | ~LteEnbCphySapUser () |
Destructor. More... | |
Private Attributes | |
C * | m_owner |
the owner class More... | |
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 271 of file lte-enb-cphy-sap.h.
ns3::MemberLteEnbCphySapUser< C >::MemberLteEnbCphySapUser | ( | C * | owner | ) |
|
delete |
|
private |
the owner class
Definition at line 287 of file lte-enb-cphy-sap.h.