The Sparta Modeling Framework
|
Defines the Pipeline class. More...
#include <cinttypes>
#include <memory>
#include <array>
#include <list>
#include <type_traits>
#include <vector>
#include "sparta/simulation/Clock.hpp"
#include "sparta/utils/SpartaAssert.hpp"
#include "sparta/utils/MathUtils.hpp"
#include "sparta/collection/IterableCollector.hpp"
#include "sparta/resources/Pipe.hpp"
#include "sparta/events/Scheduleable.hpp"
#include "sparta/events/PhasedUniqueEvent.hpp"
#include "sparta/events/PhasedPayloadEvent.hpp"
#include "sparta/kernel/SpartaHandler.hpp"
#include "sparta/utils/IteratorTraits.hpp"
Go to the source code of this file.
Classes | |
class | sparta::Pipeline< DataT, EventT > |
A simple pipeline. More... | |
class | sparta::Pipeline< DataT, EventT >::PipelineIterator< is_const_iterator > |
An iterator class for Pipeline class. More... | |
Namespaces | |
namespace | sparta |
Macros for handling exponential backoff. | |
Defines the Pipeline class.
Definition in file Pipeline.hpp.