ARTS
2.0.49
|
This file contains the definition of String, the ARTS string class. More...
#include <cassert>
#include <climits>
#include <string>
#include "matpack.h"
#include "array.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 |
The String type for ARTS. More... | |
typedef Array< String > | ArrayOfString |
An array of Strings. More... | |
This file contains the definition of String, the ARTS string class.
Definition in file mystring.h.
typedef Array<String> ArrayOfString |
An array of Strings.
Definition at line 312 of file mystring.h.
typedef my_basic_string<char> String |
The String type for ARTS.
Implementation see documentation of class my_basic_string.
Definition at line 305 of file mystring.h.