Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

base.cef_internal
Struct MaybeRefcount

   in cef_bind_helpers.h

template < typename T > struct MaybeRefcount


Method Summary
 static void AddRef( const scoped_refptr< T >& o )
          
 static void AddRef( const T* o )
          
 static void AddRef( T* o )
          
 static void AddRef( const T& )
          
 static void Release( T* o )
          
 static void Release( const T* o )
          
 static void Release( const scoped_refptr< T >& o )
          
 static void Release( const T& )
          
 

Method Detail

AddRef

public static void AddRef( const scoped_refptr< T >& o );

AddRef

public static void AddRef( const T* o );

AddRef

public static void AddRef( T* o );

AddRef

public static void AddRef( const T& );

Release

public static void Release( T* o );

Release

public static void Release( const T* o );

Release

public static void Release( const scoped_refptr< T >& o );

Release

public static void Release( const T& );

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt