T |
public nothrow | UniqueXmlPtr() |
public explicit nothrow | UniqueXmlPtr(T* ptr_) |
suppress | UniqueXmlPtr(const UniqueXmlPtr&) |
public inline nothrow T* | Get() |
public override nothrow void* | GetPtr() const |
public override nothrow XmlSerializable | Interface() const |
public inline nothrow bool | IsNull() const |
public inline nothrow T* | Release() |
public nothrow void | Reset() |
public nothrow void | Reset(T* ptr_) |
private nothrow void | SetIdAndOwned() |
public override nothrow void | SetPtr(void* p) |
public inline nothrow T& | operator*() |
public inline nothrow const T& | operator*() const |
public inline nothrow T* | operator->() |
public inline nothrow const T* | operator->() const |
public nothrow void | operator=(T* ptr_) |
suppress void | operator=(const UniqueXmlPtr&) |
private typedef Self | UniqueXmlPtr |
private UniquePtr<T> | ptr |