#include <RestrictedAccountProxy.hpp>
Inheritance diagram for RestrictedAccountProxy:

Public Member Functions | |
| RestrictedAccountProxy (void) | |
| Default constructor. | |
| RestrictedAccountProxy (AbstractBankAccountPtr) | |
| Initializing constructor. | |
| RestrictedAccountProxy (RestrictedAccountProxyCref) | |
| Copy constructor. | |
| virtual | ~RestrictedAccountProxy (void) |
| Virtual Destructor. | |
| RestrictedAccountProxyRef | operator= (RestrictedAccountProxyCref) |
| Assignment operator. | |
| bool | operator== (RestrictedAccountProxyCref) const |
| Equality operator compares the subject pointers. | |
| virtual void | withdrawFunds (Amount) throw ( InsufficientFundsException ) |
| Withdraw funds from the account is not allowed and we throw an exception. | |
|
|
Assignment operator.
|
|
|
Equality operator compares the subject pointers.
|