The SwappyItems Key-Values Store
Public Member Functions | List of all members
CanalTP::info Struct Reference

#include <osmpbfreader.hpp>

Public Member Functions

 info ()
 
template<typename T >
infooperator<< (const T &t)
 
 ~info ()
 

Constructor & Destructor Documentation

◆ info()

CanalTP::info::info ( )
inline
78  {
79 #ifdef DEBUG
80  std::cout << "\033[32m[INFO] ";
81 #endif
82  }

◆ ~info()

CanalTP::info::~info ( )
inline
84  {
85 #ifdef DEBUG
86  std::cout << "\033[0m";
87 #endif
88  std::cout << std::endl;
89  }

Member Function Documentation

◆ operator<<()

template<typename T >
info& CanalTP::info::operator<< ( const T &  t)
inline
83 { std::cout << t; return *this;}

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