#include <cassert>
#include <climits>
#include <string>
#include "matpack.h"
#include "sstream.h"
Go to the source code of this file.
Classes | |
class | my_basic_string< charT > |
The implementation for String, the ARTS string class. More... | |
Typedefs | |
typedef my_basic_string< char > | String |
Output operator. | |
typedef Array< String > | ArrayOfString |
An array of Strings. |
Definition in file mystring.h.
typedef Array<String> ArrayOfString |
typedef my_basic_string<char> String |
Output operator.
The String type for ARTS. Implementation see documentation of class my_basic_string.
Definition at line 276 of file mystring.h.