Storm
A Modern Probabilistic Model Checker
Loading...
Searching...
No Matches
cli.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <cstdint>
4
#include <functional>
5
#include <string>
6
7
namespace
storm
{
8
namespace
cli {
9
13
int
process
(std::string
const
& name, std::string
const
& executableName, std::function<
void
(std::string
const
&, std::string
const
&)> initSettingsFunc,
14
std::function<
void
(
void
)> processOptionsFunc,
const
int
argc,
const
char
** argv);
15
16
}
// namespace cli
17
}
// namespace storm
storm
LabParser.cpp.
Definition
cli.cpp:18
process
void process()
Definition
storm-dft.cpp:238
src
storm-cli-utilities
cli.h
Generated by
1.9.8