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_ResourceStack< T > Member List

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

assign(T_Iter beg, T_Iter end)bux::C_StackBase< T >inline
begin() const noexceptbux::C_StackBase< T >inline
begin() noexceptbux::C_StackBase< T >inline
C_ResourceStack(size_t minAlloc=4) noexceptbux::C_ResourceStack< T >inlineexplicit
C_ResourceStack(C_ResourceStack &other)bux::C_ResourceStack< T >inlineexplicit
C_ResourceStack(T_Iter beg, T_Iter end)bux::C_ResourceStack< T >inline
C_StackBase(size_t minAlloc=4) noexceptbux::C_StackBase< T >explicit
C_StackBase(const C_StackBase &)=deletebux::C_StackBase< T >
capacity() constbux::C_StackBase< T >inline
clear()bux::C_StackBase< T >
const_iterator typedefbux::C_StackBase< T >
copyMinAlloc() const noexceptbux::C_StackBase< T >inlineprotected
empty() const noexceptbux::C_StackBase< T >inline
end() const noexceptbux::C_StackBase< T >inline
end() noexceptbux::C_StackBase< T >inline
iterator typedefbux::C_StackBase< T >
operator=(C_ResourceStack &other)bux::C_ResourceStack< T >inline
bux::C_StackBase::operator=(const C_StackBase &other)bux::C_StackBase< T >inline
operator[](size_type i) noexceptbux::C_StackBase< T >inline
operator[](size_type i) const noexceptbux::C_StackBase< T >inline
pop(size_t n=1)bux::C_StackBase< T >
push()bux::C_ResourceStack< T >inline
push(T_Elem &t)bux::C_ResourceStack< T >inline
push(T_Iter beg, T_Iter end)bux::C_ResourceStack< T >inline
pushRaw()bux::C_StackBase< T >protected
size() const noexceptbux::C_StackBase< T >inline
size_type typedefbux::C_StackBase< T >
top()bux::C_StackBase< T >inline
top() constbux::C_StackBase< T >inline
value_type typedefbux::C_StackBase< T >
~C_StackBase()bux::C_StackBase< T >