stream_line_reader Class Reference

#include <RobotAPI/libraries/armem/server/ltm/detail/mixins/util/httplib.h>

Public Member Functions

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

Detailed Description

Definition at line 2466 of file httplib.h.

Constructor & Destructor Documentation

◆ stream_line_reader()

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

Definition at line 2858 of file httplib.h.

Member Function Documentation

◆ end_with_crlf()

bool end_with_crlf ( ) const
inline

Definition at line 2879 of file httplib.h.

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

◆ getline()

bool getline ( )
inline

Definition at line 2884 of file httplib.h.

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

◆ ptr()

const char * ptr ( ) const
inline

Definition at line 2863 of file httplib.h.

+ Here is the caller graph for this function:

◆ size()

size_t size ( ) const
inline

Definition at line 2871 of file httplib.h.

+ Here is the caller graph for this function:

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