MimIR 0.1
MimIR is my Intermediate Representation
|
#include <mim/util/util.h>
Public Types | |
using | T = typename std::remove_reference_t<Set>::value_type |
Public Member Functions | |
unique_queue ()=default | |
unique_queue (Set set) | |
bool | push (T val) |
bool | empty () const |
T | pop () |
T & | front () |
T & | back () |
void | clear () |
using mim::unique_queue< Set >::T = typename std::remove_reference_t<Set>::value_type |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 150 of file util.h.
Referenced by mim::ClosedMutPhase< M >::start(), and mim::ScopePhase::start().
|
inline |
|
inline |
Definition at line 151 of file util.h.
References mim::pop().
Referenced by mim::ClosedMutPhase< M >::start(), and mim::ScopePhase::start().
|
inline |
Definition at line 142 of file util.h.
Referenced by mim::ClosedMutPhase< M >::start(), and mim::ScopePhase::start().