|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include <TestClasses.hpp>

Public Member Functions | |
| C () | |
| ~C () | |
| 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< A > | get_A () |
Static Public Member Functions | |
| static Teuchos::RCP< C > | create () |
| static int | get_A_g_on_delete () |
Private Attributes | |
| int | C_g_ |
| int | C_f_ |
| Teuchos::RCP< A > | a_ |
| bool | call_A_on_delete_ |
Static Private Attributes | |
| static int | A_g_on_delete_ = -2 |
Definition at line 55 of file core/example/RefCountPtr/cxx_main.cpp.
| C::C | ( | ) | [inline] |
Definition at line 134 of file TestClasses.hpp.
| C::~C | ( | ) | [inline] |
Definition at line 139 of file TestClasses.hpp.
| static Teuchos::RCP<C> C::create | ( | ) | [inline, static] |
Reimplemented from A.
Definition at line 138 of file TestClasses.hpp.
| virtual int C::C_g | ( | ) | [inline, virtual] |
Definition at line 152 of file TestClasses.hpp.
| virtual int C::C_f | ( | ) | const [inline, virtual] |
Definition at line 153 of file TestClasses.hpp.
| void C::call_A_on_delete | ( | bool | call_A_on_delete_in | ) | [inline] |
Definition at line 154 of file TestClasses.hpp.
| int C::call_A_g | ( | ) | [inline] |
Definition at line 156 of file TestClasses.hpp.
| static int C::get_A_g_on_delete | ( | ) | [inline, static] |
Definition at line 157 of file TestClasses.hpp.
| void C::set_A | ( | const Teuchos::RCP< A > & | a | ) | [inline] |
Definition at line 163 of file TestClasses.hpp.
| Teuchos::RCP<A> C::get_A | ( | ) | [inline] |
Definition at line 164 of file TestClasses.hpp.
int C::C_g_ [private] |
Definition at line 132 of file TestClasses.hpp.
int C::C_f_ [private] |
Definition at line 132 of file TestClasses.hpp.
Teuchos::RCP<A> C::a_ [private] |
Definition at line 159 of file TestClasses.hpp.
bool C::call_A_on_delete_ [private] |
Definition at line 160 of file TestClasses.hpp.
int C::A_g_on_delete_ = -2 [static, private] |
Definition at line 161 of file TestClasses.hpp.
1.7.6.1