Project Alice
Loading...
Searching...
No Matches
httplib::detail::stream_line_reader Class Reference

#include <httplib.h>

Public Member Functions

 stream_line_reader (Stream &strm, char *fixed_buffer, size_t fixed_buffer_size)
 
const char * ptr () const
 
size_t size () const
 
bool end_with_crlf () const
 
bool getline ()
 

Detailed Description

Definition at line 2473 of file httplib.h.

Constructor & Destructor Documentation

◆ stream_line_reader()

httplib::detail::stream_line_reader::stream_line_reader ( Stream strm,
char *  fixed_buffer,
size_t  fixed_buffer_size 
)
inline

Definition at line 2865 of file httplib.h.

Member Function Documentation

◆ end_with_crlf()

bool httplib::detail::stream_line_reader::end_with_crlf ( ) const
inline

Definition at line 2886 of file httplib.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getline()

bool httplib::detail::stream_line_reader::getline ( )
inline

Definition at line 2891 of file httplib.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ptr()

const char * httplib::detail::stream_line_reader::ptr ( ) const
inline

Definition at line 2870 of file httplib.h.

Here is the caller graph for this function:

◆ size()

size_t httplib::detail::stream_line_reader::size ( ) const
inline

Definition at line 2878 of file httplib.h.

Here is the caller graph for this function:

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