#include <string>#include "hastl.h"Go to the source code of this file.
Classes | |
| class | HaString |
| Character string object in HARLEM based on STL string. More... | |
| class | StrDoubleMap_itr |
| Iterator class of a map of strings to real numbers. More... | |
| class | StrDoubleMap |
| Map of strings to real numbers. More... | |
| class | StrStrMap_itr |
| Iterator class of a map of strings to strings. More... | |
| class | StrStrMap |
| Map of strings to strings. More... | |
| class | StrVec |
| class for a vector of strings More... | |
Functions | |
| int | stricmp (const char *str1, const char *str2) |
| low case comparison of two strings | |
| int | strcmp_trunc (const char *str1, const char *str2) |
| compare two strings excluding all white spaces | |
| int | strcpy_to_fort (char *str_fort, const char *c_str, int len_fort) |
| Fill fortran string (with length len_fort) from c_str. | |
| int | stricmp_trunc (const char *str1, const char *str2) |
| compare two strings excluding white spaces and converting to lower case | |
use STL library if supported
1.3.6