OR-Tools  8.2
LogStreamBuf

Detailed Description

Definition at line 994 of file base/logging.h.

Public Member Functions

 LogStreamBuf (char *buf, int len)
 
virtual int_type overflow (int_type ch)
 
size_t pcount () const
 
char * pbase () const
 

Constructor & Destructor Documentation

◆ LogStreamBuf()

LogStreamBuf ( char *  buf,
int  len 
)
inline

Definition at line 997 of file base/logging.h.

Member Function Documentation

◆ overflow()

virtual int_type overflow ( int_type  ch)
inlinevirtual

Definition at line 1000 of file base/logging.h.

◆ pbase()

char * pbase ( ) const
inline

Definition at line 1004 of file base/logging.h.

◆ pcount()

size_t pcount ( ) const
inline

Definition at line 1003 of file base/logging.h.


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