#include <MNRefProxy.h>
Collaboration diagram for MNRefProxy:
Public Member Functions | |
MNRefProxy (MNRope *__r, size_t __p) | |
MNRefProxy (const MNRefProxy &__x) | |
MNRefProxy (MNRope *__r, size_t __p, uchar_t __c) | |
operator uchar_t () const | |
MNRefProxy & | operator= (uchar_t __c) |
MNRefProxy & | operator= (const MNRefProxy &__c) |
|
|
|
|
|
Don't preserve cache if the reference can outlive the expression. We claim that's not possible without calling a copy constructor or generating reference to a proxy reference. We declare the latter to have undefined semantics. |
|
|
|
|
|
|