21 #ifndef LIBHEIF_LOGGING_H
22 #define LIBHEIF_LOGGING_H
24 #if defined(HAVE_CONFIG_H)
47 void operator--(
int) { m_indent--;
if (m_indent<0) m_indent=0; }
void operator++(int)
Definition: logging.h:46
int get_indent() const
Definition: logging.h:44
Indent()
Definition: logging.h:42
void operator--(int)
Definition: logging.h:47
Definition: bitstream.h:41
std::ostream & operator<<(std::ostream &ostr, const Error &err)
Definition: error.h:103