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_subtle
Class RefCountedBase

   in cef_ref_counted.h

class RefCountedBase


Constructor Summary
protected  RefCountedBase()
          
protected  ~RefCountedBase()
          
 
Method Summary
protected void AddRef() const
          
 bool HasAtLeastOneRef() const
          
 bool HasOneRef() const
          
protected bool Release() const
          
 

Constructor Detail

RefCountedBase

protected RefCountedBase();

~RefCountedBase

protected ~RefCountedBase();


Method Detail

AddRef

protected void AddRef() const;

HasAtLeastOneRef

public bool HasAtLeastOneRef() const;

HasOneRef

public bool HasOneRef() const;

Release

protected bool Release() const;

 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