Skip to content

DummyDataSource

#include <xalgospp/scheduling/tasks/io.hh>
class DummyDataSource

Defined in src/lib/xalgospp/scheduling/tasks/io.hh:52

Name Kind Owner
DummyDataSource function Declared here
next function Declared here
DataFormat typedef Declared here
StepIdxType typedef Declared here
m_max_steps variable Declared here
m_step variable Declared here
Return Name Description
DummyDataSource inline
StepIdxType next inline

inline

inline DummyDataSource(std::size_t max_steps)

Defined in src/lib/xalgospp/scheduling/tasks/io.hh:57


inline

inline StepIdxType next()

Defined in src/lib/xalgospp/scheduling/tasks/io.hh:61

Name Description
DataFormat
StepIdxType

using DataFormat = DummyDSTraits

Defined in src/lib/xalgospp/scheduling/tasks/io.hh:54


using StepIdxType = typename DataFormat::StepIdxType

Defined in src/lib/xalgospp/scheduling/tasks/io.hh:55

Return Name Description
std::size_t m_max_steps
std::atomic< std::size_t > m_step

std::size_t m_max_steps

Defined in src/lib/xalgospp/scheduling/tasks/io.hh:72


std::atomic< std::size_t > m_step { 0 }

Defined in src/lib/xalgospp/scheduling/tasks/io.hh:73