OR-Tools  8.2
LogMessage::LogStream

Detailed Description

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

Public Member Functions

 LogStream (char *buf, int len, int ctr)
 
int ctr () const
 
void set_ctr (int ctr)
 
LogStreamself () const
 
size_t pcount () const
 
char * pbase () const
 
char * str () const
 

Constructor & Destructor Documentation

◆ LogStream()

LogStream ( char *  buf,
int  len,
int  ctr 
)
inline

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

Member Function Documentation

◆ ctr()

int ctr ( ) const
inline

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

◆ pbase()

char * pbase ( ) const
inline

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

◆ pcount()

size_t pcount ( ) const
inline

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

◆ self()

LogStream * self ( ) const
inline

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

◆ set_ctr()

void set_ctr ( int  ctr)
inline

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

◆ str()

char * str ( ) const
inline

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


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