Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   Related Pages  

aka2::isstream Class Reference

Input stream of std::string. More...

#include <iosfwd.h>


Detailed Description

Input stream of std::string.

aka2::isstream is a typedef name of std::istringstream.
For g++2.95, aka2::isstream is a std::istrstream-derived class, because std::istringstream does not work.
aka2::isstream declaration for g++2.95 is shown as below.

 namespace aka2 {
   class isstream : public std::istrstream {
   public:
     isstream(const std::string &str);
 };


The documentation for this class was generated from the following file:
Generated on Sun Dec 19 22:58:59 2004 for akaxiso2 by doxygen1.2.18