public nothrow | CounterBase() |
suppress | CounterBase(CounterBase&&) |
suppress | CounterBase(const CounterBase&) |
public inline void | AddReference() |
public virtual nothrow void | Destruct() |
public abstract nothrow void | Dispose() |
public inline nothrow int | GetUseCount() const |
public inline nothrow void | Release() |
public inline nothrow void | WeakAddReference() |
public nothrow void | WeakRelease() |
suppress void | operator=(CounterBase&&) |
suppress void | operator=(const CounterBase&) |
private int | useCount |
private int | weakCount |