The Sparta Modeling Framework
|
#include <cstdint>
#include <vector>
#include <set>
#include <string>
#include <memory>
#include <list>
#include <ostream>
#include <type_traits>
#include <utility>
#include "sparta/sparta.hpp"
#include "sparta/simulation/ParameterTree.hpp"
#include "sparta/app/MetaTreeNode.hpp"
#include "sparta/log/Tap.hpp"
#include "sparta/app/ConfigApplicators.hpp"
#include "sparta/utils/StringUtils.hpp"
#include "sparta/app/ReportDescriptor.hpp"
#include "sparta/utils/SpartaAssert.hpp"
Go to the source code of this file.
Classes | |
class | sparta::app::DefaultValues |
Optional default values for the simulator which can be customized and provided by anyone instantiating the simulator at construction-time. More... | |
class | sparta::app::SimulationConfiguration |
Configuration applicator class that is used for configuring a simulator. Works in conjunction with sparta::app::Simulation. More... | |
Namespaces | |
namespace | sparta |
Macros for handling exponential backoff. | |
namespace | sparta::app |
Sparta Application framework. | |
Variables | |
constexpr char | sparta::app::NoPipelineCollectionStr [] = "NOPREFIX_" |
Class for configuring a simulation
Definition in file SimulationConfiguration.hpp.