#include <RestrictedAccountProxy.hpp>
Inheritance diagram for RestrictedAccountProxy
Public Methods | |
RestrictedAccountProxy ( void ) | |
Default constructor. | |
RestrictedAccountProxy ( AbstractBankAccountPtr ) | |
Initializing constructor. | |
RestrictedAccountProxy ( RestrictedAccountProxyCref ) | |
Copy constructor. | |
virtual | ~RestrictedAccountProxy ( void ) |
Virtual Destructor. | |
RestrictedAccountProxyRef | operator= ( RestrictedAccountProxyCref ) |
Assignment operator. More... | |
bool | operator== ( RestrictedAccountProxyCref ) const |
Equality operator compares the subject pointers. More... | |
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.
|