Teuchos Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
B2 Class Reference

#include <TestClasses.hpp>

Inheritance diagram for B2:
Inheritance graph
[legend]

Public Member Functions

 B2 ()
 
 ~B2 ()
 
virtual int B2_g ()
 
virtual int B2_f () const
 
- Public Member Functions inherited from A
 A ()
 
virtual ~A ()
 
virtual void f ()
 
virtual ~A ()
 
 A ()
 
 A (const int A_g, const int A_f)
 
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)
 

Static Public Member Functions

static Teuchos::RCP< B2create ()
 
- Static Public Member Functions inherited from A
static Teuchos::RCP< Acreate ()
 

Private Attributes

int B2_g_
 
int B2_f_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ B2()

B2::B2 ( )
inline

Definition at line 123 of file TestClasses.hpp.

◆ ~B2()

B2::~B2 ( )
inline

Definition at line 125 of file TestClasses.hpp.

Member Function Documentation

◆ create()

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

Definition at line 124 of file TestClasses.hpp.

◆ B2_g()

virtual int B2::B2_g ( )
inlinevirtual

Definition at line 126 of file TestClasses.hpp.

◆ B2_f()

virtual int B2::B2_f ( ) const
inlinevirtual

Definition at line 127 of file TestClasses.hpp.

Member Data Documentation

◆ B2_g_

int B2::B2_g_
private

Definition at line 121 of file TestClasses.hpp.

◆ B2_f_

int B2::B2_f_
private

Definition at line 121 of file TestClasses.hpp.


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