Public Member Functions | |
Bar () | |
ns1::Foo & | GetFoo1 () |
const ns1::Foo & | GetFoo1 () const |
ns1::Foo & | GetFoo2 () |
const ns1::Foo & | GetFoo2 () const |
bool | HasFoo1 () const |
bool | HasFoo2 () const |
void | MakeFoo1 () |
bool | operator!= (const Bar &bar) const |
bool | operator== (const Bar &bar) const |
Private Attributes | |
utl::ShadowPtr< ns1::Foo > | fFoo1 |
utl::InitializedShadowPtr < ns1::Foo > | fFoo2 |
Definition at line 64 of file testShadowPtr.cc.
|
inline |
Definition at line 80 of file testShadowPtr.cc.
|
inline |
Definition at line 69 of file testShadowPtr.cc.
Referenced by testShadowPtr::testALot(), and testShadowPtr::testDereferenceZeroThrow().
|
inline |
Definition at line 70 of file testShadowPtr.cc.
|
inline |
Definition at line 73 of file testShadowPtr.cc.
Referenced by testShadowPtr::testALot(), and testShadowPtr::testNoThrow().
|
inline |
Definition at line 74 of file testShadowPtr.cc.
|
inline |
Definition at line 67 of file testShadowPtr.cc.
Referenced by testShadowPtr::testALot().
|
inline |
Definition at line 72 of file testShadowPtr.cc.
Referenced by testShadowPtr::testALot().
|
inline |
Definition at line 68 of file testShadowPtr.cc.
Referenced by testShadowPtr::testALot().
|
inline |
Definition at line 78 of file testShadowPtr.cc.
References utl::operator==().
|
inline |
Definition at line 76 of file testShadowPtr.cc.
References utl::DeepEqual(), fFoo1, and fFoo2.
|
private |
Definition at line 83 of file testShadowPtr.cc.
Referenced by operator==().
|
private |
Definition at line 84 of file testShadowPtr.cc.
Referenced by operator==().