Go to the source code of this file.
|
| namespace | msl |
| | Top-level namespace of the msl library.
|
| |
| namespace | msl::graph |
| | Graph-related objects and functions.
|
| |
|
| template<typename T > |
| using | msl::graph::FlexibleFunction = boost::variant< std::function< T()>, std::function< T(Dictionary::Pointer)>, std::function< T(MrProt &)>, std::function< T(MrProt &, Dictionary::Pointer)>, std::function< T(MrProt &, SeqLim &, SeqExpo &)>, std::function< T(MrProt &, SeqLim &, SeqExpo &, Dictionary::Pointer)> > |
| | A graph function (e.g. Case or If), with flexible arguments.
|
| |