IDA C++ SDK 9.2
Loading...
Searching...
No Matches
linput_buffer_t Class Reference

Helper class - adapts linput to be used in extract_... functions as a data supplier (see kernwin.hpp) More...

#include <diskio.hpp>

Public Member Functions

 linput_buffer_t (linput_t *linput, int64 size=0)
ssize_t read (void *buf, size_t n)
bool eof ()

Protected Attributes

linput_t * li

Detailed Description

Helper class - adapts linput to be used in extract_... functions as a data supplier (see kernwin.hpp)

Constructor & Destructor Documentation

◆ linput_buffer_t()

linput_buffer_t::linput_buffer_t ( linput_t * linput,
int64 size = 0 )
inline

Member Function Documentation

◆ read()

ssize_t linput_buffer_t::read ( void * buf,
size_t n )
inline

◆ eof()

bool linput_buffer_t::eof ( )
inline

Member Data Documentation

◆ li

linput_t* linput_buffer_t::li
protected

The documentation for this class was generated from the following file: