Public Member Functions | |
QProtobufLazyMessagePointer (T *p=nullptr) | |
std::add_lvalue_reference< T >::type | operator* () const |
T * | operator-> () const noexcept |
T * | get () const |
bool | operator== (const QProtobufLazyMessagePointer &other) const |
bool | operator!= (const QProtobufLazyMessagePointer &other) const |
void | reset (T *p) const |
QProtobufLazyMessagePointer (QProtobufLazyMessagePointer &&other) | |
QProtobufLazyMessagePointer & | operator= (QProtobufLazyMessagePointer &&other) |
operator bool () const noexcept | |