Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
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
 int AddRef()
          Atomic reference increment.
 int GetRefCt()
          Return the current number of references.
 int Release()
          Atomic reference decrement.
 

Constructor Detail

CefRefCount

public CefRefCount();


Method Detail

AddRef

public int AddRef();
Atomic reference increment.

GetRefCt

public int GetRefCt();
Return the current number of references.

Release

public int Release();
Atomic reference decrement. Delete the object when no references remain.

 Overview   Project   Class   Tree   Index 
CEF C++ API Docs - Revision 1123
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

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