opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
output_extractor_data_type.h
Go to the documentation of this file.
1#pragma once
2
3namespace opyn
4{
5 // indicates the datatype that an `OutputExtractor` emits at runtime
7 Float,
9 String,
11 };
12}
Definition component_registry.h:14
OutputExtractorDataType
Definition output_extractor_data_type.h:6