GRPC Core  18.0.0
Data Structures | Namespaces | Functions
ref_counted_ptr.h File Reference
#include <grpc/support/port_platform.h>
#include <type_traits>
#include <utility>
#include "src/core/lib/gprpp/debug_location.h"
#include "src/core/lib/gprpp/memory.h"

Go to the source code of this file.

Data Structures

class  grpc_core::RefCountedPtr< T >
 
class  grpc_core::WeakRefCountedPtr< T >
 

Namespaces

 grpc_core
 Round Robin Policy.
 

Functions

template<typename T , typename... Args>
RefCountedPtr< T > grpc_core::MakeRefCounted (Args &&... args)
 
template<typename T >
bool grpc_core::operator< (const RefCountedPtr< T > &p1, const RefCountedPtr< T > &p2)
 
template<typename T >
bool grpc_core::operator< (const WeakRefCountedPtr< T > &p1, const WeakRefCountedPtr< T > &p2)