SmartPeak
v1.6.0
First Steps
Getting started with SmartPeak
SmartPeak Features
SmartPeak Changelog
FAQ
Step-by-step guides
Install SmartPeak
Build SmartPeak
Using SmartPeak
About Smartpeak
Contributing to SmartPeak
Developer documentation
Library API
Roadmap
SmartPeak Team
The Story of the SmartPeak
Other
Indices and tables
SmartPeak
»
Library API
»
Class SynchronousReader
Edit on GitHub
Class SynchronousReader
¶
Defined in
File csv.h
Class Documentation
¶
class
io
::
detail
::
SynchronousReader
¶
Public Functions
inline
void
init
(
std
::
unique_ptr
<
ByteSourceBase
>
arg_byte_source
)
¶
inline
bool
is_valid
(
)
const
¶
inline
void
start_read
(
char
*
arg_buffer
,
int
arg_desired_byte_count
)
¶
inline
int
finish_read
(
)
¶