webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <Counters.h>
Classes | |
struct | TestingScope |
Public Member Functions | |
CopyMoveCounter () | |
CopyMoveCounter (const CopyMoveCounter &) | |
CopyMoveCounter & | operator= (const CopyMoveCounter &) |
CopyMoveCounter (CopyMoveCounter &&) | |
CopyMoveCounter & | operator= (CopyMoveCounter &&) |
Static Public Attributes | |
static unsigned | constructionCount = 0 |
static unsigned | copyCount = 0 |
static unsigned | moveCount = 0 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
static |
|
static |
|
static |