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 RefCountedThreadSafeBase

   in cef_ref_counted.h

class RefCountedThreadSafeBase


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

Constructor Detail

RefCountedThreadSafeBase

protected RefCountedThreadSafeBase();

~RefCountedThreadSafeBase

protected ~RefCountedThreadSafeBase();


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