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

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

back() constbux::C_Queue< T >inline
backRaw() constbux::C_RawQueue< sizeof(T)>inlineprotected
C_Queue()=defaultbux::C_Queue< T >
C_RawQueue()=defaultbux::C_RawQueue< sizeof(T)>
C_RawQueue(const C_RawQueue &another)=deletebux::C_RawQueue< sizeof(T)>
clear()bux::C_Queue< T >
compact()bux::C_RawQueue< sizeof(T)>
empty() constbux::C_RawQueue< sizeof(T)>inline
front() constbux::C_Queue< T >inline
frontRaw() constbux::C_RawQueue< sizeof(T)>inlineprotected
operator=(const C_RawQueue &another)=deletebux::C_RawQueue< sizeof(T)>
pop()bux::C_Queue< T >
popRaw()bux::C_RawQueue< sizeof(T)>protected
push()bux::C_Queue< T >inline
push(T_Args &&...args)bux::C_Queue< T >inline
pushRaw()bux::C_RawQueue< sizeof(T)>protected
size_type typedefbux::C_RawQueue< sizeof(T)>
splice(C_RawQueue &other)bux::C_RawQueue< sizeof(T)>
swap(C_RawQueue &other)bux::C_RawQueue< sizeof(T)>
value_type typedefbux::C_Queue< T >
~C_Queue()bux::C_Queue< T >inline
~C_RawQueue()bux::C_RawQueue< sizeof(T)>inline