|
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 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 42 of file example/RefCountPtr/cxx_main.cpp.
| C::C | ( | ) | [inline] |
Definition at line 118 of file TestClasses.hpp.
| C::~C | ( | ) | [inline] |
Definition at line 122 of file TestClasses.hpp.
| virtual int C::C_g | ( | ) | [inline, virtual] |
Definition at line 135 of file TestClasses.hpp.
| virtual int C::C_f | ( | ) | const [inline, virtual] |
Definition at line 136 of file TestClasses.hpp.
| void C::call_A_on_delete | ( | bool | call_A_on_delete_in | ) | [inline] |
Definition at line 137 of file TestClasses.hpp.
| int C::call_A_g | ( | ) | [inline] |
Definition at line 139 of file TestClasses.hpp.
| static int C::get_A_g_on_delete | ( | ) | [inline, static] |
Definition at line 140 of file TestClasses.hpp.
| void C::set_A | ( | const Teuchos::RCP< A > & | a | ) | [inline] |
Definition at line 146 of file TestClasses.hpp.
| Teuchos::RCP<A> C::get_A | ( | ) | [inline] |
Definition at line 147 of file TestClasses.hpp.
int C::C_g_ [private] |
Definition at line 116 of file TestClasses.hpp.
int C::C_f_ [private] |
Definition at line 116 of file TestClasses.hpp.
Teuchos::RCP<A> C::a_ [private] |
Definition at line 142 of file TestClasses.hpp.
bool C::call_A_on_delete_ [private] |
Definition at line 143 of file TestClasses.hpp.
int C::A_g_on_delete_ = -2 [static, private] |
Definition at line 144 of file TestClasses.hpp.
1.7.4