1 #ifndef INPUTDATASTREAM_H 2 #define INPUTDATASTREAM_H 6 #include <typelib/value_ops.hh> 30 Typelib::Type
const* getType()
const;
32 const std::string getCXXType()
const;
36 return m_type->getSize();
47 std::vector<uint8_t> buffer;
48 if(!getSampleData(buffer, sampleNr))
52 Typelib::Value v(&out, *m_type);
53 Typelib::load(v, buffer);
57 Typelib::Value getTyplibValue(
void *memoryOfType,
size_t memorySize,
size_t sampleNr);
63 #endif // INPUTDATASTREAM_H
Definition: InputDataStream.hpp:8
Definition: FileStream.hpp:7
Definition: StreamDescription.hpp:13