Teuchos - Trilinos Tools Package
Version of the Day
|
This is the complete list of members for Teuchos::RCP< T >, including all inherited members.
assert_not_null() const | Teuchos::RCP< T > | inline |
assert_valid_ptr() const | Teuchos::RCP< T > | inline |
count() const | Teuchos::RCP< T > | inline |
create_strong() const | Teuchos::RCP< T > | inline |
create_weak() const | Teuchos::RCP< T > | inline |
debug_assert_not_null() const | Teuchos::RCP< T > | inline |
debug_assert_valid_ptr() const | Teuchos::RCP< T > | inline |
element_type typedef | Teuchos::RCP< T > | |
ENull enum name | Teuchos::RCP< T > | related |
get() const | Teuchos::RCP< T > | inline |
get_dealloc(const RCP< T > &p) | Teuchos::RCP< T > | related |
get_extra_data(const RCP< T2 > &p, const std::string &name) | Teuchos::RCP< T > | related |
get_nonconst_dealloc(const RCP< T > &p) | Teuchos::RCP< T > | related |
get_nonconst_extra_data(RCP< T2 > &p, const std::string &name) | Teuchos::RCP< T > | related |
get_optional_dealloc(const RCP< T > &p) | Teuchos::RCP< T > | related |
get_optional_extra_data(const RCP< T2 > &p, const std::string &name) | Teuchos::RCP< T > | related |
get_optional_nonconst_dealloc(const RCP< T > &p) | Teuchos::RCP< T > | related |
get_optional_nonconst_extra_data(RCP< T2 > &p, const std::string &name) | Teuchos::RCP< T > | related |
get_shared_ptr(const RCP< T > &rcp) | Teuchos::RCP< T > | related |
getConst() const | Teuchos::RCP< T > | inline |
getEmbeddedObj(const RCP< T > &p) | Teuchos::RCP< T > | related |
getNonconstEmbeddedObj(const RCP< T > &p) | Teuchos::RCP< T > | related |
getOptionalEmbeddedObj(const RCP< T > &p) | Teuchos::RCP< T > | related |
getOptionalNonconstEmbeddedObj(const RCP< T > &p) | Teuchos::RCP< T > | related |
getRawPtr() const | Teuchos::RCP< T > | inline |
has_ownership() const | Teuchos::RCP< T > | inline |
is_null() const | Teuchos::RCP< T > | inline |
is_null(const RCP< T > &p) | Teuchos::RCP< T > | related |
is_valid_ptr() const | Teuchos::RCP< T > | inline |
nonnull(const RCP< T > &p) | Teuchos::RCP< T > | related |
operator!=(const RCP< T > &p, ENull) | Teuchos::RCP< T > | related |
operator!=(const RCP< T1 > &p1, const RCP< T2 > &p2) | Teuchos::RCP< T > | related |
operator()() const | Teuchos::RCP< T > | inline |
operator*() const | Teuchos::RCP< T > | inline |
operator->() const | Teuchos::RCP< T > | inline |
operator<<(std::ostream &out, const RCP< T > &p) | Teuchos::RCP< T > | related |
operator=(const RCP< T > &r_ptr) | Teuchos::RCP< T > | inline |
operator=(RCP< T > &&r_ptr) | Teuchos::RCP< T > | inline |
operator=(ENull) | Teuchos::RCP< T > | inline |
operator==(const RCP< T > &p, ENull) | Teuchos::RCP< T > | related |
operator==(const RCP< T1 > &p1, const RCP< T2 > &p2) | Teuchos::RCP< T > | related |
ptr() const | Teuchos::RCP< T > | inline |
rcp(const boost::shared_ptr< T > &sptr) | Teuchos::RCP< T > | related |
rcp(T *p, bool owns_mem=true) | Teuchos::RCP< T > | related |
rcp(const std::shared_ptr< T > &sptr) | Teuchos::RCP< T > | related |
RCP(ENull null_arg=null) | Teuchos::RCP< T > | inline |
RCP(T *p, bool has_ownership=true) | Teuchos::RCP< T > | inlineexplicit |
RCP(T *p, Dealloc_T dealloc, bool has_ownership) | Teuchos::RCP< T > | inline |
RCP(const RCP< T > &r_ptr) | Teuchos::RCP< T > | inline |
RCP(RCP< T > &&r_ptr) | Teuchos::RCP< T > | inline |
RCP(const RCP< T2 > &r_ptr) | Teuchos::RCP< T > | inline |
RCP(T *p, ERCPWeakNoDealloc) | Teuchos::RCP< T > | inlineexplicit |
RCP(T *p, ERCPUndefinedWeakNoDealloc) | Teuchos::RCP< T > | inlineexplicit |
RCP(T *p, Dealloc_T dealloc, ERCPUndefinedWithDealloc, bool has_ownership=true) | Teuchos::RCP< T > | inline |
rcp_const_cast(const RCP< T1 > &p1) | Teuchos::RCP< T > | related |
rcp_dynamic_cast(const RCP< T1 > &p1, bool throw_on_fail=false) | Teuchos::RCP< T > | related |
rcp_implicit_cast(const RCP< T1 > &p1) | Teuchos::RCP< T > | related |
rcp_static_cast(const RCP< T1 > &p1) | Teuchos::RCP< T > | related |
rcpCloneNode(const RCP< T > &p) | Teuchos::RCP< T > | related |
rcpFromPtr(const Ptr< T > &ptr) | Teuchos::RCP< T > | related |
rcpFromRef(T &r) | Teuchos::RCP< T > | related |
rcpFromUndefRef(T &r) | Teuchos::RCP< T > | related |
rcpWithDealloc(T *p, Dealloc_T dealloc, bool owns_mem=true) | Teuchos::RCP< T > | related |
rcpWithDeallocUndef(T *p, Dealloc_T dealloc, bool owns_mem=true) | Teuchos::RCP< T > | related |
rcpWithEmbeddedObj(T *p, const Embedded &embedded, bool owns_mem=true) | Teuchos::RCP< T > | related |
rcpWithEmbeddedObjPostDestroy(T *p, const Embedded &embedded, bool owns_mem=true) | Teuchos::RCP< T > | related |
rcpWithEmbeddedObjPreDestroy(T *p, const Embedded &embedded, bool owns_mem=true) | Teuchos::RCP< T > | related |
rcpWithInvertedObjOwnership(const RCP< T > &child, const RCP< ParentT > &parent) | Teuchos::RCP< T > | related |
release() | Teuchos::RCP< T > | inline |
reset() | Teuchos::RCP< T > | inline |
reset(T2 *p, bool has_ownership=true) | Teuchos::RCP< T > | inline |
set_extra_data(const T1 &extra_data, const std::string &name, const Ptr< RCP< T2 > > &p, EPrePostDestruction destroy_when=POST_DESTROY, bool force_unique=true) | Teuchos::RCP< T > | related |
set_has_ownership() | Teuchos::RCP< T > | inline |
shared_pointer(const RCP< T > &rcp) | Teuchos::RCP< T > | related |
shares_resource(const RCP< T2 > &r_ptr) const | Teuchos::RCP< T > | inline |
strength() const | Teuchos::RCP< T > | inline |
strong_count() const | Teuchos::RCP< T > | inline |
swap(RCP< T > &r_ptr) | Teuchos::RCP< T > | inline |
total_count() const | Teuchos::RCP< T > | inline |
weak_count() const | Teuchos::RCP< T > | inline |
~RCP() | Teuchos::RCP< T > | inline |