#include <string>
#include <climits>
#include <iostream>
#include "arts.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 281 of file mystring.h.
1.5.6