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

(default)
Class CefRefCount

   in cef_base.h

class CefRefCount

Class that implements atomic reference counting.


Constructor Summary
CefRefCount()
          
 
Method Summary
 void AddRef() const
          Increment the reference count.
 bool HasAtLeastOneRef() const
          Returns true if the reference count is at least 1.
 bool HasOneRef() const
          Returns true if the reference count is 1.
 bool Release() const
          Decrement the reference count.
 

Constructor Detail

CefRefCount

public CefRefCount();


Method Detail

AddRef

public void AddRef() const;
Increment the reference count.

HasAtLeastOneRef

public bool HasAtLeastOneRef() const;
Returns true if the reference count is at least 1.

HasOneRef

public bool HasOneRef() const;
Returns true if the reference count is 1.

Release

public bool Release() const;
Decrement the reference count. Returns true if the reference count is 0.

 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