Storm
A Modern Probabilistic Model Checker
|
#include <ostream>
#include <boost/container/container_fwd.hpp>
#include "storm/storage/BoostTypes.h"
#include "storm/storage/sparse/StateType.h"
#include "storm/utility/OsDetection.h"
Go to the source code of this file.
Classes | |
class | storm::storage::StateBlock |
Namespaces | |
namespace | storm |
LabParser.cpp. | |
namespace | storm::storage |
Typedefs | |
typedef storm::storage::FlatSet< sparse::state_type > | storm::storage::FlatSetStateContainer |
Functions | |
std::ostream & | storm::storage::operator<< (std::ostream &out, FlatSetStateContainer const &block) |
std::ostream & | storm::storage::operator<< (std::ostream &out, StateBlock const &block) |
Writes a string representation of the state block to the given output stream. | |