| T |
| public | WeakCount() |
| public | WeakCount(WeakCount&& that) |
| public | WeakCount(const SharedCount<T>& that) |
| public | WeakCount(const WeakCount& that) |
| public | ~WeakCount() |
| public Counter<T>* | GetCounter() const |
| public int | GetUseCount() const |
| public void | Swap(WeakCount& that) |
| public void | operator=(WeakCount&& that) |
| public void | operator=(const SharedCount<T>& that) |
| public void | operator=(const WeakCount& that) |
| private typedef CounterPtrType | Counter<T>* |
| private typedef Self | WeakCount |
| private Counter<T>* | counter |