ACE 8.0.5
Loading...
Searching...
No Matches
iosfwd.h File Reference

Classes

class  ios
 STL class. More...
class  istream
 STL class. More...
class  ostream
 STL class. More...
class  ifstream
 STL class. More...
class  ofstream
 STL class. More...
class  fstream
 STL class. More...

Macros

#define ACE_HAS_CPP98_IOSTREAMS   1

Detailed Description

Author
Irfan Pyarali

This file contains the portability ugliness for the Standard C++ Library. As implementations of the "standard" emerge, this file will need to be updated.

This files deals with forward declaration for the stream classes. Remember that since the new Standard C++ Library code for streams uses templates, simple forward declaration will not work.

Macro Definition Documentation

◆ ACE_HAS_CPP98_IOSTREAMS

#define ACE_HAS_CPP98_IOSTREAMS   1