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"; }
void destroyOpaque(Opaque_handle *opaque)
UndefinedType2 * Opaque2_handle
UndefinedType3 * Opaque3_handle
Opaque_handle createOpaque()
const Opaque_handle OPAQUE_HANDLE_NULL
int getOpaqueValue(Opaque_handle opaque)
const int getOpaque2Value_return
const int getOpaqueValue_return
const Opaque3_handle OPAQUE3_HANDLE_NULL
int getOpaque2Value(Opaque2_handle opaque)
Opaque2_handle createOpaque2()
void destroyOpaque2(Opaque2_handle *opaque)
UndefinedType * Opaque_handle
const Opaque2_handle OPAQUE2_HANDLE_NULL
void deallocHandleA(A **handle)
#define TEUCHOS_NOEXCEPT_FALSE
Reference-counted pointer class and non-member templated function implementations.
virtual ~A() TEUCHOS_NOEXCEPT_FALSE
void set_C(const Teuchos::RCP< C > &c)
static Teuchos::RCP< A > create()
static Teuchos::RCP< B1 > create()
static Teuchos::RCP< B2 > create()
static int get_A_g_on_delete()
static int A_g_on_delete_
static Teuchos::RCP< C > create()
void set_A(const Teuchos::RCP< A > &a)
Teuchos::RCP< A > get_A()
Get_A_f_return(const A *a, int *a_f_return)
Ptr< T > ptr(T *p)
Create a pointer to an object from a raw pointer.
static std::string concreteName(Opaque3_handle)
static std::string name()
static std::string name()
static std::string concreteName(const UndefinedType2 &)
Default traits class that just returns typeid(T).name().
static std::string name()
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
Deprecated.