|
Pol
Rev 533
|
#include <acscrobj.h>
Collaboration diagram for AccountPtrHolder:Public Member Functions | |
| AccountPtrHolder (AccountRef i_acct) | |
| Account * | operator-> () |
| const Account * | operator-> () const |
| Account * | Ptr () |
Private Attributes | |
| AccountRef | acct |
Definition at line 17 of file acscrobj.h.
| AccountPtrHolder::AccountPtrHolder | ( | AccountRef | i_acct | ) | [inline, explicit] |
Definition at line 20 of file acscrobj.h.
| Account* AccountPtrHolder::operator-> | ( | void | ) | [inline] |
Definition at line 21 of file acscrobj.h.
References acct, and ref_ptr< T >::get().
Here is the call graph for this function:| const Account* AccountPtrHolder::operator-> | ( | void | ) | const [inline] |
Definition at line 22 of file acscrobj.h.
References acct, and ref_ptr< T >::get().
Here is the call graph for this function:| Account* AccountPtrHolder::Ptr | ( | ) | [inline] |
Definition at line 24 of file acscrobj.h.
References acct, and ref_ptr< T >::get().
Referenced by AccountObjImp::call_method_id().
Here is the call graph for this function:
Here is the caller graph for this function:AccountRef AccountPtrHolder::acct [private] |
Definition at line 26 of file acscrobj.h.
Referenced by operator->(), and Ptr().