|
Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <refcountobject.h>
Public Member Functions | |
| CRefCountedPtr () | |
| CRefCountedPtr (T *ptr) | |
| CRefCountedPtr (const CRefCountedPtr< T > &sp) | |
| ~CRefCountedPtr () | |
| T * | GetPointer () |
| operator T * () const | |
| T ** | GetPointerPointer () |
| T * | operator-> () const |
| T * | operator= (T *ptr) |
| T * | operator= (const CRefCountedPtr< T > &sp) |
| bool | operator! () const |
| bool | operator!= (T *ptr) const |
| bool | operator== (T *ptr) const |
| void | ReleaseAndClear () |
| void | Attach (T *ptr) |
| T * | Detach () |
| HRESULT | CopyTo (T **ppT) |
Protected Attributes | |
| T * | m_ptr |
Definition at line 57 of file refcountobject.h.
|
inline |
Definition at line 65 of file refcountobject.h.
|
inline |
Definition at line 70 of file refcountobject.h.
|
inline |
Definition at line 78 of file refcountobject.h.
|
inline |
Definition at line 86 of file refcountobject.h.
|
inline |
Definition at line 176 of file refcountobject.h.
|
inline |
Definition at line 192 of file refcountobject.h.
|
inline |
Definition at line 185 of file refcountobject.h.
|
inline |
Definition at line 95 of file refcountobject.h.
|
inline |
Definition at line 112 of file refcountobject.h.
|
inline |
Definition at line 100 of file refcountobject.h.
|
inline |
Definition at line 151 of file refcountobject.h.
|
inline |
Definition at line 156 of file refcountobject.h.
|
inline |
Definition at line 118 of file refcountobject.h.
|
inline |
Definition at line 123 of file refcountobject.h.
|
inline |
Definition at line 137 of file refcountobject.h.
|
inline |
Definition at line 161 of file refcountobject.h.
|
inline |
Definition at line 167 of file refcountobject.h.
|
protected |
Definition at line 60 of file refcountobject.h.