A request id handle. 更多...
RequestId (const RequestId & other ) | |
RequestId () | |
RequestId & | operator= (const RequestId & other ) |
~RequestId () | |
bool | isValid () const |
int | refCount () const |
Constructs a new request id handle that is a copy of other .
Constructs a new invalid request id handle.
赋值副本为 other to this request id and returns a reference to this request id.
Destroys the request id handle.
Returns true if this is a valid request id; otherwise returns false.
Returns the current reference count of the request id.