List of all members | Public Member Functions | Private Attributes
ns2::Bar Class Reference

Public Member Functions

 Bar ()
 
ns1::FooGetFoo1 ()
 
const ns1::FooGetFoo1 () const
 
ns1::FooGetFoo2 ()
 
const ns1::FooGetFoo2 () 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::FoofFoo1
 
utl::InitializedShadowPtr
< ns1::Foo
fFoo2
 

Detailed Description

Definition at line 64 of file testShadowPtr.cc.

Constructor & Destructor Documentation

ns2::Bar::Bar ( )
inline

Definition at line 80 of file testShadowPtr.cc.

Member Function Documentation

ns1::Foo& ns2::Bar::GetFoo1 ( )
inline
const ns1::Foo& ns2::Bar::GetFoo1 ( ) const
inline

Definition at line 70 of file testShadowPtr.cc.

ns1::Foo& ns2::Bar::GetFoo2 ( )
inline

Definition at line 73 of file testShadowPtr.cc.

Referenced by testShadowPtr::testALot(), and testShadowPtr::testNoThrow().

const ns1::Foo& ns2::Bar::GetFoo2 ( ) const
inline

Definition at line 74 of file testShadowPtr.cc.

bool ns2::Bar::HasFoo1 ( ) const
inline

Definition at line 67 of file testShadowPtr.cc.

Referenced by testShadowPtr::testALot().

bool ns2::Bar::HasFoo2 ( ) const
inline

Definition at line 72 of file testShadowPtr.cc.

Referenced by testShadowPtr::testALot().

void ns2::Bar::MakeFoo1 ( )
inline

Definition at line 68 of file testShadowPtr.cc.

Referenced by testShadowPtr::testALot().

bool ns2::Bar::operator!= ( const Bar bar) const
inline

Definition at line 78 of file testShadowPtr.cc.

References utl::operator==().

bool ns2::Bar::operator== ( const Bar bar) const
inline

Definition at line 76 of file testShadowPtr.cc.

References utl::DeepEqual(), fFoo1, and fFoo2.

Member Data Documentation

utl::ShadowPtr<ns1::Foo> ns2::Bar::fFoo1
private

Definition at line 83 of file testShadowPtr.cc.

Referenced by operator==().

utl::InitializedShadowPtr<ns1::Foo> ns2::Bar::fFoo2
private

Definition at line 84 of file testShadowPtr.cc.

Referenced by operator==().


The documentation for this class was generated from the following file:

, generated on Tue Sep 26 2023.