T |
public nothrow | XmlPtr() |
public explicit nothrow | XmlPtr(T* ptr_) |
public inline nothrow T* | Get() const |
public override nothrow void* | GetPtr() const |
public override nothrow XmlSerializable | Interface() const |
public inline nothrow bool | IsNull() const |
public nothrow void | Reset() |
public nothrow void | Reset(T* ptr_) |
private nothrow void | SetId() |
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_) |
private typedef Self | XmlPtr |
private T* | ptr |