Template Class EnableRCPFromThis

Class Documentation

template<class T>
class SymEngine::EnableRCPFromThis

Public Functions

RCP<T> rcp_from_this()

Get RCP<T> pointer to self (it will cast the pointer to T)

RCP<const T> rcp_from_this() const

Get RCP<const T> pointer to self (it will cast the pointer to const T)

template<class T2>
RCP<const T2> rcp_from_this_cast() const

Get RCP<T2> pointer to self (it will cast the pointer to T2)

unsigned int use_count() const