#include "LDK/String.h"
#include <sstream>
Include dependency graph for SStream.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | LDK |
Typedefs | |
|
typedef std::basic_stringstream< char, std::char_traits< char >, Allocator< char > > | LDK::StringStream |
| A std::stringstream that uses the LDK allocation system. | |
|
typedef std::basic_istringstream< char, std::char_traits< char >, Allocator< char > > | LDK::IStringStream |
| A std::istringstream that uses the LDK allocation system. | |
|
typedef std::basic_ostringstream< char, std::char_traits< char >, Allocator< char > > | LDK::OStringStream |
| A std::ostringstream that uses the LDK allocation system. | |
Definition in file SStream.h.
1.5.1