HEBench
hebench_idata_loader.h File Reference
#include <memory>
#include <string>
#include <vector>
#include "hebench/modules/general/include/nocopy.h"
#include "hebench/modules/logging/include/logging.h"
#include "hebench/api_bridge/types.h"
#include "hebench_types_harness.h"
Include dependency graph for hebench_idata_loader.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hebench::TestHarness::IDataLoader
 
struct  hebench::TestHarness::IDataLoader::ResultData
 
class  hebench::TestHarness::PartialDataLoader
 Base class for data loaders and data generators. More...
 

Namespaces

 hebench
 
 hebench::TestHarness
 

Class Documentation

◆ hebench::TestHarness::IDataLoader::ResultData

struct hebench::TestHarness::IDataLoader::ResultData

Definition at line 33 of file hebench_idata_loader.h.

Collaboration diagram for hebench::TestHarness::IDataLoader::ResultData:
Class Members
shared_ptr< void > reserved0
vector< const NativeDataBuffer * > result Points to the NativeDataBuffer s containing the result sample for an input sample.
uint64_t sample_index Index of the result sample.