Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
Classes | Public Member Functions | Static Public Member Functions | Private Attributes | Static Private Attributes | List of all members
C Class Reference

#include <TestClasses.hpp>

Inheritance diagram for C:
Inheritance graph
[legend]

Classes

class  FactoryC
 
class  RegisterFactoryC
 
class  Solver5
 
class  Solver6
 

Public Member Functions

 C ()
 
 ~C () TEUCHOS_NOEXCEPT_FALSE
 
virtual int C_g ()
 
virtual int C_f () const
 
void call_A_on_delete (bool call_A_on_delete_in)
 
int call_A_g ()
 
void set_A (const Teuchos::RCP< A > &a)
 
Teuchos::RCP< Aget_A ()
 
- Public Member Functions inherited from B1
 B1 ()
 
 ~B1 ()
 
virtual int B1_g ()
 
virtual int B1_f () const
 
- Public Member Functions inherited from A
 A ()
 
virtual ~A ()
 
virtual void f ()
 
virtual ~A ()
 
 A ()
 
virtual ~A () TEUCHOS_NOEXCEPT_FALSE
 
virtual int A_g ()
 
virtual int A_f () const
 
int call_C_f ()
 
void set_C (const Teuchos::RCP< C > &c)
 
- Public Member Functions inherited from B2
 B2 ()
 
 ~B2 ()
 
virtual int B2_g ()
 
virtual int B2_f () const
 

Static Public Member Functions

static Teuchos::RCP< Ccreate ()
 
static int get_A_g_on_delete ()
 
- Static Public Member Functions inherited from B1
static Teuchos::RCP< B1create ()
 
- Static Public Member Functions inherited from A
static Teuchos::RCP< Acreate ()
 
- Static Public Member Functions inherited from B2
static Teuchos::RCP< B2create ()
 

Private Attributes

int C_g_
 
int C_f_
 
Teuchos::RCP< Aa_
 
bool call_A_on_delete_
 

Static Private Attributes

static int A_g_on_delete_ = -2
 

Detailed Description

Definition at line 55 of file core/example/RefCountPtr/cxx_main.cpp.

Constructor & Destructor Documentation

◆ C()

C::C ( )
inline

Definition at line 134 of file TestClasses.hpp.

◆ ~C()

C::~C ( )
inline

Definition at line 139 of file TestClasses.hpp.

Member Function Documentation

◆ create()

static Teuchos::RCP<C> C::create ( )
inlinestatic

Definition at line 138 of file TestClasses.hpp.

◆ C_g()

virtual int C::C_g ( )
inlinevirtual

Definition at line 159 of file TestClasses.hpp.

◆ C_f()

virtual int C::C_f ( ) const
inlinevirtual

Definition at line 160 of file TestClasses.hpp.

◆ call_A_on_delete()

void C::call_A_on_delete ( bool  call_A_on_delete_in)
inline

Definition at line 161 of file TestClasses.hpp.

◆ call_A_g()

int C::call_A_g ( )
inline

Definition at line 163 of file TestClasses.hpp.

◆ get_A_g_on_delete()

static int C::get_A_g_on_delete ( )
inlinestatic

Definition at line 164 of file TestClasses.hpp.

◆ set_A()

void C::set_A ( const Teuchos::RCP< A > &  a)
inline

Definition at line 170 of file TestClasses.hpp.

◆ get_A()

Teuchos::RCP<A> C::get_A ( )
inline

Definition at line 171 of file TestClasses.hpp.

Member Data Documentation

◆ C_g_

int C::C_g_
private

Definition at line 132 of file TestClasses.hpp.

◆ C_f_

int C::C_f_
private

Definition at line 132 of file TestClasses.hpp.

◆ a_

Teuchos::RCP<A> C::a_
private

Definition at line 166 of file TestClasses.hpp.

◆ call_A_on_delete_

bool C::call_A_on_delete_
private

Definition at line 167 of file TestClasses.hpp.

◆ A_g_on_delete_

int C::A_g_on_delete_ = -2
staticprivate

Definition at line 168 of file TestClasses.hpp.


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