38 #ifndef __BASE_IMGWRITER_HH__ 39 #define __BASE_IMGWRITER_HH__ 46 #include "enums/ImageFormat.hh" 62 virtual void write(std::ostream &out)
const = 0;
87 std::unique_ptr<ImgWriter>
90 #endif //__BASE_IMGWRITER_HH__ virtual const char * getImgExtension() const =0
Internal gem5 representation of a frame buffer.
virtual void write(std::ostream &out) const =0
Write the frame buffer data into the provided ostream.
std::unique_ptr< ImgWriter > createImgWriter(Enums::ImageFormat type, const FrameBuffer *fb)
Factory Function which allocates a ImgWriter object and returns a smart pointer to it...
ImgWriter(const FrameBuffer *_fb)