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

#include <osmpbfreader.hpp>

Public Member Functions

 fatal ()
 
template<typename T >
fataloperator<< (const T &t)
 
 ~fatal ()
 

Constructor & Destructor Documentation

◆ fatal()

CanalTP::fatal::fatal ( )
inline
93 {std::cout << "\033[31m[FATAL] ";}

◆ ~fatal()

CanalTP::fatal::~fatal ( )
inline
95 {std::cout << "\033[0m" << std::endl; exit(1);}

Member Function Documentation

◆ operator<<()

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

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