LogIt++
Loading...
Searching...
No Matches
example_logit_basic.cpp File Reference

Go to the source code of this file.

Classes

class  CustomErrorCategory
 

Namespaces

namespace  logit
 The primary namespace for the LogIt++ library.
 

Enumerations

enum class  COLORS {
  NC = -1 , BLACK , RED , GREEN ,
  YELLOW , BLUE , MAGENTA , CYAN ,
  WHITE
}
 

Functions

std::ostream & operator<< (std::ostream &os, COLORS c)
 
template<>
std::string logit::enum_to_string (COLORS value)
 
const std::error_category & custom_error_category ()
 
int main ()
 

Enumeration Type Documentation

◆ COLORS

enum class COLORS
strong
Enumerator
NC 
BLACK 
RED 
GREEN 
YELLOW 
BLUE 
MAGENTA 
CYAN 
WHITE 

Definition at line 12 of file example_logit_basic.cpp.

Function Documentation

◆ custom_error_category()

const std::error_category & custom_error_category ( )

Definition at line 65 of file example_logit_basic.cpp.

◆ main()

int main ( )

Definition at line 70 of file example_logit_basic.cpp.

◆ operator<<()

std::ostream & operator<< ( std::ostream & os,
COLORS c )

Definition at line 24 of file example_logit_basic.cpp.