BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Variables
stdio.hpp File Reference
#include <fc/io/iostream.hpp>

Go to the source code of this file.

Classes

class  fc::cout_t
 
class  fc::cerr_t
 
class  fc::cin_t
 

Namespaces

 fc
 

Variables

cout_t & fc::cout = *cout_ptr
 
cerr_t & fc::cerr = *cerr_ptr
 
cin_t & fc::cin = *cin_ptr
 
std::shared_ptr< cin_t > fc::cin_ptr = std::make_shared<cin_t>()
 
std::shared_ptr< cout_t > fc::cout_ptr = std::make_shared<cout_t>()
 
std::shared_ptr< cerr_t > fc::cerr_ptr = std::make_shared<cerr_t>()