Teuchos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Private Attributes | List of all members
B1 Class Reference

#include <TestClasses.hpp>

Inheritance diagram for B1:
Inheritance graph
[legend]

Public Member Functions

 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 ()
 
 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< B1create ()
 
- Static Public Member Functions inherited from A
static Teuchos::RCP< Acreate ()
 

Private Attributes

int B1_g_
 
int B1_f_
 

Detailed Description

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

Constructor & Destructor Documentation

B1::B1 ( )
inline

Definition at line 112 of file TestClasses.hpp.

B1::~B1 ( )
inline

Definition at line 113 of file TestClasses.hpp.

Member Function Documentation

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

Definition at line 114 of file TestClasses.hpp.

virtual int B1::B1_g ( )
inlinevirtual

Definition at line 115 of file TestClasses.hpp.

virtual int B1::B1_f ( ) const
inlinevirtual

Definition at line 116 of file TestClasses.hpp.

Member Data Documentation

int B1::B1_g_
private

Definition at line 110 of file TestClasses.hpp.

int B1::B1_f_
private

Definition at line 110 of file TestClasses.hpp.


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