arsenalgear-cpp
A library containing general purpose C++ utils.
Classes | Namespaces | Macros
stream.hpp File Reference
#include <iostream>
#include <string>
Include dependency graph for stream.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  agr::savebuf
 Class used to store the output sent to an output stream. More...
 
struct  agr::select_cout< T >
 Struct used to define a way to template the choice of the "std::cout" object in order to be "std::cout" for "char" type or "std::wcout" for "wchar_t" type. More...
 
struct  agr::select_cin< T >
 Struct used to define a way to template the choice of the "std::cin" object in order to be "std::cin" for "char" type or "std::wcin" for "wchar_t" type. More...
 

Namespaces

 agr
 

Macros

#define ARSENALGEAR_STREAM_HPP
 

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

◆ ARSENALGEAR_STREAM_HPP

#define ARSENALGEAR_STREAM_HPP