mCRL2
|
#include <pbesinst_lazy.h>
Public Member Functions | |
const propositional_variable_instantiation & | front () const |
const propositional_variable_instantiation & | back () const |
bool | empty () const |
std::size_t | size () const |
const atermpp::deque< propositional_variable_instantiation > & | elements () const |
const std::unordered_set< propositional_variable_instantiation > & | irrelevant_elements () const |
std::unordered_set< propositional_variable_instantiation > & | irrelevant_elements () |
void | pop_front () |
void | pop_back () |
void | insert (const propositional_variable_instantiation &x) |
template<typename FwdIter , bool ThreadSafe> | |
void | insert (FwdIter first, FwdIter last, const atermpp::indexed_set< propositional_variable_instantiation, ThreadSafe > &discovered, const std::size_t thread_index) |
void | set_todo (atermpp::deque< propositional_variable_instantiation > &new_todo) |
Protected Member Functions | |
bool | check_invariants () const |
Protected Attributes | |
std::unordered_set< propositional_variable_instantiation > | irrelevant |
atermpp::deque< propositional_variable_instantiation > | todo |
Definition at line 40 of file pbesinst_lazy.h.
|
inline |
Definition at line 67 of file pbesinst_lazy.h.
|
inlineprotected |
Definition at line 47 of file pbesinst_lazy.h.
|
inline |
Definition at line 82 of file pbesinst_lazy.h.
|
inline |
Definition at line 72 of file pbesinst_lazy.h.
|
inline |
Definition at line 62 of file pbesinst_lazy.h.
|
inline |
Definition at line 107 of file pbesinst_lazy.h.
|
inline |
Definition at line 114 of file pbesinst_lazy.h.
|
inline |
Definition at line 92 of file pbesinst_lazy.h.
|
inline |
Definition at line 87 of file pbesinst_lazy.h.
|
inline |
Definition at line 102 of file pbesinst_lazy.h.
|
inline |
Definition at line 97 of file pbesinst_lazy.h.
|
inline |
Definition at line 136 of file pbesinst_lazy.h.
|
inline |
Definition at line 77 of file pbesinst_lazy.h.
|
protected |
Definition at line 43 of file pbesinst_lazy.h.
|
protected |
Definition at line 44 of file pbesinst_lazy.h.