|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
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 |
public CefRefCount();
| Method Detail |
public int AddRef();
public int GetRefCt();
public int Release();
|
CEF C++ API Docs - Revision 439 | ||||||
| FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||