mCRL2
Loading...
Searching...
No Matches
remove_level.h File Reference

BES variable remove level when generating a BES from a PBES. More...

Go to the source code of this file.

Namespaces

namespace  mcrl2
 
namespace  mcrl2::pbes_system
 The main namespace for the PBES library.
 

Enumerations

enum  mcrl2::pbes_system::remove_level { mcrl2::pbes_system::none , mcrl2::pbes_system::some , mcrl2::pbes_system::all }
 BES variable remove level when generating a BES from a PBES. More...
 

Functions

remove_level mcrl2::pbes_system::parse_remove_level (const std::string &s)
 
std::string mcrl2::pbes_system::print_remove_level (const remove_level s)
 
std::istream & mcrl2::pbes_system::operator>> (std::istream &is, remove_level &level)
 
std::ostream & mcrl2::pbes_system::operator<< (std::ostream &os, const remove_level s)
 
std::string mcrl2::pbes_system::description (const remove_level s)
 

Detailed Description

BES variable remove level when generating a BES from a PBES.

Definition in file remove_level.h.