Class Decoder

class Decoder

Subclassed by DiffFixedWidthInt, FixedWidthInt, FixedWidthReal, FixedWidthSmallDate, FixedWidthUnsigned

Public Functions

virtual llvm::Instruction *codegenDecode(llvm::Value *byte_stream, llvm::Value *pos, llvm::Module *llvm_module) const = 0
virtual ~Decoder()