|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Go to the documentation of this file.
42 #ifndef TEUCHOS_TEST_CLASSES_HPP
43 #define TEUCHOS_TEST_CLASSES_HPP
108 class B1 :
virtual public A {
119 class B2 :
virtual public A {
130 class C :
virtual public B1,
virtual public B2
261 static std::string
name() {
return "UndefinedType2"; }
283 struct UndefinedType3;
296 static std::string
name() {
return "Opaque3_handle"; }
305 #endif // TEUCHOS_TEST_CLASSES_HPP
static std::string name()
static Teuchos::RCP< B2 > create()
Reference-counted pointer class and non-member templated function implementations.
static int A_g_on_delete_
int getOpaqueValue(Opaque_handle opaque)
UndefinedType * Opaque_handle
const int getOpaqueValue_return
Ptr< T > ptr(T *p)
Create a pointer to an object from a raw pointer.
Default traits class that just returns typeid(T).name().
void destroyOpaque(Opaque_handle *opaque)
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.
static Teuchos::RCP< C > create()
const int getOpaque2Value_return
int getOpaque2Value(Opaque2_handle opaque)
UndefinedType2 * Opaque2_handle
const Opaque2_handle OPAQUE2_HANDLE_NULL
const Opaque3_handle OPAQUE3_HANDLE_NULL
Get_A_f_return(const A *a, int *a_f_return)
static int get_A_g_on_delete()
static std::string concreteName(const UndefinedType2 &)
static Teuchos::RCP< A > create()
#define TEUCHOS_NOEXCEPT_FALSE
void set_A(const Teuchos::RCP< A > &a)
UndefinedType3 * Opaque3_handle
static std::string name()
Opaque2_handle createOpaque2()
void set_C(const Teuchos::RCP< C > &c)
void destroyOpaque2(Opaque2_handle *opaque)
const Opaque_handle OPAQUE_HANDLE_NULL
Teuchos::RCP< A > get_A()
static std::string concreteName(Opaque3_handle)
Opaque_handle createOpaque()
static std::string name()
void deallocHandleA(A **handle)
static Teuchos::RCP< B1 > create()