introduction  —  namespaces  —  modules  —  classes  —  files  —  globals  —  members  —  examples  —  Marc Toussaint

MT::String Class Reference

#include <std.h>

List of all members.


Detailed Description

String implements the functionalities of an ostream and an istream, but also can be send to an ostream or read from an istream.

It is based on a simple streambuf derived from the std::vector<char> class

Definition at line 597 of file std.h.

Public Member Functions

Public Attributes


The documentation for this class was generated from the following file:
[]