GRPC C++  1.26.0
Public Member Functions | Protected Member Functions
grpc_core::Orphanable Class Referenceabstract

#include <orphanable.h>

Public Member Functions

virtual void Orphan ()=0
 
 Orphanable (const Orphanable &)=delete
 
Orphanableoperator= (const Orphanable &)=delete
 

Protected Member Functions

 Orphanable ()
 
virtual ~Orphanable ()
 

Constructor & Destructor Documentation

◆ Orphanable() [1/2]

grpc_core::Orphanable::Orphanable ( const Orphanable )
delete

◆ Orphanable() [2/2]

grpc_core::Orphanable::Orphanable ( )
inlineprotected

◆ ~Orphanable()

virtual grpc_core::Orphanable::~Orphanable ( )
inlineprotectedvirtual

Member Function Documentation

◆ operator=()

Orphanable& grpc_core::Orphanable::operator= ( const Orphanable )
delete

◆ Orphan()

virtual void grpc_core::Orphanable::Orphan ( )
pure virtual

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