OR-Tools  8.2
LogShortUpToN

Detailed Description

Definition at line 115 of file container_logging.h.

Public Member Functions

 LogShortUpToN (int64 max_elements)
 
int64 MaxElements () const
 
void LogOpening (std::ostream &out) const
 
void LogClosing (std::ostream &out) const
 
void LogFirstSeparator (std::ostream &out) const
 
void LogSeparator (std::ostream &out) const
 
template<typename ElementT >
void Log (std::ostream &out, const ElementT &element) const
 
void LogEllipsis (std::ostream &out) const
 

Constructor & Destructor Documentation

◆ LogShortUpToN()

LogShortUpToN ( int64  max_elements)
inlineexplicit

Definition at line 117 of file container_logging.h.

Member Function Documentation

◆ Log()

void Log ( std::ostream &  out,
const ElementT &  element 
) const
inlineinherited

Definition at line 76 of file container_logging.h.

◆ LogClosing()

void LogClosing ( std::ostream &  out) const
inlineinherited

Definition at line 86 of file container_logging.h.

◆ LogEllipsis()

void LogEllipsis ( std::ostream &  out) const
inlineinherited

Definition at line 79 of file container_logging.h.

◆ LogFirstSeparator()

void LogFirstSeparator ( std::ostream &  out) const
inlineinherited

Definition at line 87 of file container_logging.h.

◆ LogOpening()

void LogOpening ( std::ostream &  out) const
inlineinherited

Definition at line 85 of file container_logging.h.

◆ LogSeparator()

void LogSeparator ( std::ostream &  out) const
inlineinherited

Definition at line 88 of file container_logging.h.

◆ MaxElements()

int64 MaxElements ( ) const
inline

Definition at line 118 of file container_logging.h.


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