bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::C_AutoNode< T > Member List

This is the complete list of members for bux::C_AutoNode< T >, including all inherited members.

assign(T *ptr, bool owned)bux::C_AutoNode< T >
C_AutoNode classbux::C_AutoNode< T >friend
C_AutoNode() noexceptbux::C_AutoNode< T >inline
C_AutoNode(T *p, bool owned) noexceptbux::C_AutoNode< T >inline
C_AutoNode(C_AutoNode &another) noexceptbux::C_AutoNode< T >inlineexplicit
C_AutoNode(C_AutoNode< T2 > &another) noexceptbux::C_AutoNode< T >inlineexplicit
clear() noexceptbux::C_AutoNode< T >inline
disown() noexceptbux::C_AutoNode< T >
get() const noexceptbux::C_AutoNode< T >inline
operator bool() const noexceptbux::C_AutoNode< T >inline
operator T2 *() const noexceptbux::C_AutoNode< T >inline
operator&() noexceptbux::C_AutoNode< T >inline
operator*() const noexceptbux::C_AutoNode< T >inline
operator->() const noexceptbux::C_AutoNode< T >inline
operator=(C_AutoNode &another)bux::C_AutoNode< T >
operator=(C_AutoNode< T2 > &another)bux::C_AutoNode< T >
owned() const noexceptbux::C_AutoNode< T >inline
reset(T *ptr) noexceptbux::C_AutoNode< T >inline
swap(C_AutoNode &another) noexceptbux::C_AutoNode< T >
takeOver(C_AutoNode< T2 > &another)bux::C_AutoNode< T >
~C_AutoNode()bux::C_AutoNode< T >