osmanip
Library with useful output stream tools like: color and style manipulators, progress bars and terminal graphics.
Namespaces | Macros | Enumerations | Functions
options.hpp File Reference
#include <osmanip/manipulators/colsty.hpp>
#include <osmanip/manipulators/common.hpp>
#include <osmanip/manipulators/cursor.hpp>
#include <osmanip/utility/iostream.hpp>
#include <osmanip/utility/windows.hpp>
#include <iostream>
#include <string>
Include dependency graph for options.hpp:

Go to the source code of this file.

Namespaces

 osm
 

Macros

#define OSMANIP_UTILITY_OPTIONS_HPP
 

Enumerations

enum class  osm::CURSOR { osm::ON , osm::OFF }
 It is used to store the OPTION function options for the cursor view. Current options are: ON to enable cursor view and OFF to disable it. More...
 
enum class  osm::ANSI { osm::ON , osm::OFF }
 It is used to store the OPTION function options for the ANSI escape sequences enabling. Current options are: ON to enable and OFF to disable. More...
 
enum class  osm::UNICODECH { osm::ON , osm::OFF }
 It is used to store the OPTION function options for the UNICODE characters enabling. Current options are: ON to enable and OFF to disable. More...
 

Functions

template<typename T >
void osm::OPTION (T opt)
 It is used to set a specific option. More...
 

Detailed Description

Author
Gianluca Bianco (bianc.nosp@m.ogia.nosp@m.nluca.nosp@m.9@gm.nosp@m.ail.c.nosp@m.om)
Date
2022-06-06

Macro Definition Documentation

◆ OSMANIP_UTILITY_OPTIONS_HPP

#define OSMANIP_UTILITY_OPTIONS_HPP