| ★ wanayoo — archive 1999 http://corelinux.sourceforge.net/classref/Proxy.html | Nouvelle recherche | Portail wanayoo |
Provide a surrogate or placeholder for another object to control access to it
Provide a surrogate or placeholder for another object to control access to it
Proxy( SubjectImpl *aSubject ) throw(Assertion)
Proxy( const Proxy &aProxy )
virtual ~Proxy( void )
Proxy& operator=( const Proxy &aProxy )
bool operator==( const Proxy &aProxy ) const
virtual SubjectImpl* operator->( void )
virtual SubjectImpl& operator*( void ) throw( Assertion )
virtual const SubjectImpl& getSubject( void ) const throw( Assertion )