OSSIM - Open Source Software Image Map  Version 1.9.0 (20180803)
Namespaces | Typedefs
ossimIosFwd.h File Reference
#include <iosfwd>

Go to the source code of this file.

Namespaces

 ossim
 This code was derived from https://gist.github.com/mshockwave.
 

Typedefs

typedef std::basic_istream< char > ossim::istream
 Base class for char input streams. More...
 
typedef std::basic_ostream< char > ossim::ostream
 Base class for char output streams. More...
 
typedef std::basic_iostream< char > ossim::iostream
 Base class for char mixed input and output streams. More...
 
typedef std::basic_stringbuf< char > ossim::stringbuf
 Class for char memory buffers. More...
 
typedef std::basic_istringstream< char > ossim::istringstream
 Class for char input memory streams. More...
 
typedef std::basic_ostringstream< char > ossim::ostringstream
 Class for char output memory streams. More...
 
typedef std::basic_stringstream< char > ossim::stringstream
 Class for char mixed input and output memory streams. More...
 
typedef std::basic_filebuf< char > ossim::filebuf
 Class for char file buffers. More...
 
typedef std::basic_ifstream< char > ossim::ifstream
 Class for char input file streams. More...
 
typedef std::basic_ofstream< char > ossim::ofstream
 Class for char output file streams. More...
 
typedef std::basic_fstream< char > ossim::fstream
 Class for char mixed input and output file streams. More...