Whole document tree
    

Whole document tree

std::ios_base::Init class Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::ios_base::Init Class Reference

#include <ios_base.h>

List of all members.

Public Methods

 Init ()
 ~Init ()

Static Public Methods

void _S_ios_create (bool __sync)
void _S_ios_destroy ()

Static Private Attributes

int _S_ios_base_init = 0
bool _S_synced_with_stdio = true

Friends

class ios_base


Constructor & Destructor Documentation

std::ios_base::Init::Init  
 

Definition at line 197 of file ios.cc.

References _S_ios_base_init, and _S_ios_create().

std::ios_base::Init::~Init  
 

Definition at line 207 of file ios.cc.

References _S_ios_base_init, and _S_ios_destroy().


Member Function Documentation

void std::ios_base::Init::_S_ios_create bool    __sync [static]
 

Definition at line 145 of file ios.cc.

References std::buf_cerr, std::buf_cin, std::buf_cout, std::cerr, std::cin, std::clog, std::cout, std::filebuf, std::istream, and std::ostream.

Referenced by Init().

void std::ios_base::Init::_S_ios_destroy   [static]
 

Definition at line 176 of file ios.cc.

References std::buf_cerr, std::buf_cin, std::buf_cout, std::cerr, std::clog, and std::cout.

Referenced by ~Init().


Friends And Related Function Documentation

friend class ios_base [friend]
 

Definition at line 293 of file ios_base.h.


Member Data Documentation

int std::ios_base::Init::_S_ios_base_init = 0 [static, private]
 

Definition at line 128 of file ios.cc.

Referenced by Init(), and ~Init().

bool std::ios_base::Init::_S_synced_with_stdio = true [static, private]
 

Definition at line 129 of file ios.cc.


The documentation for this class was generated from the following files:
Generated on Mon Apr 8 03:18:57 2002 for libstdc++-v3 Source by doxygen1.2.15