libpalliate
v0.0.1
Palliate core library
Classes
|
Public Member Functions
|
List of all members
atomic_stack< T > Class Template Reference
#include <atomic_stack.h>
Classes
struct
node
Public Member Functions
void
push
(T &&data)
std::tuple<
node
*,
node
* >
pop
(void)
Member Function Documentation
◆
pop()
template<typename T >
std::tuple<
node
*,
node
* >
atomic_stack
< T >::pop
(
void
)
inline
◆
push()
template<typename T >
void
atomic_stack
< T >::push
(
T &&
data
)
inline
The documentation for this class was generated from the following file:
atomic_stack.h
atomic_stack
Generated by
1.9.4, using the excellent
Doxygen Awesome
Theme