#include <ctype.h>
#include <stdio.h>
#include <stdarg.h>
#include <assert.h>
#include <string.h>
#include <cmath>
#include <string>
#include <vector>
#include <algorithm>
#include <sstream>
#include <fstream>
#include <iostream>
#include <stdexcept>
#include <cstddef>
Go to the source code of this file.
◆ GETPOT_SETTING_DEFAULT_FALSE_STRING_LIST
#define GETPOT_SETTING_DEFAULT_FALSE_STRING_LIST "false False FALSE no No NO" |
◆ GETPOT_SETTING_DEFAULT_TRUE_STRING_LIST
#define GETPOT_SETTING_DEFAULT_TRUE_STRING_LIST "true True TRUE yes Yes YES" |
◆ GETPOT_SETTING_THROW_EXCEPTION_ON_DEFAULT
#define GETPOT_SETTING_THROW_EXCEPTION_ON_DEFAULT false |
◆ GETPOT_STR_CANNOT_CONVERT_TO
#define GETPOT_STR_CANNOT_CONVERT_TO |
( |
|
X, |
|
|
|
TYPE |
|
) |
| std::string("Cannot convert '") + X + "' to type " + (TYPE) + "." |
◆ GETPOT_STR_DOES_NOT_CONTAIN_ELEMENT
#define GETPOT_STR_DOES_NOT_CONTAIN_ELEMENT "does not contain element" |
◆ GETPOT_STR_DOES_NOT_SATISFY_CONSTRAINT
#define GETPOT_STR_DOES_NOT_SATISFY_CONSTRAINT "does not fulfill the constraint" |
◆ GETPOT_STR_FILE
#define GETPOT_STR_FILE "File" |
◆ GETPOT_STR_FILE_NOT_FOUND
#define GETPOT_STR_FILE_NOT_FOUND |
( |
|
FILE | ) |
std::string("File \"") + FILE + "\" not found." |
◆ GETPOT_STR_IN_SECTION
#define GETPOT_STR_IN_SECTION "in section" |
◆ GETPOT_STR_MISSING_VARIABLE
#define GETPOT_STR_MISSING_VARIABLE "missing variable" |
◆ GETPOT_STR_REACHED_END_OF_CONSTRAINT
#define GETPOT_STR_REACHED_END_OF_CONSTRAINT std::string("Unexpected end of constraint string reached") |
◆ GETPOT_STR_TRUE_FALSE_UNDEFINED
#define GETPOT_STR_TRUE_FALSE_UNDEFINED "GetPot: no strings defined for meaning of 'true' and 'false'." |
◆ GETPOT_STR_VALUE
#define GETPOT_STR_VALUE "for the value (read in configuration file)" |
◆ GETPOT_STR_VARIABLE
#define GETPOT_STR_VARIABLE "variable" |
◆ GETPOT_STR_WITH_TYPE
#define GETPOT_STR_WITH_TYPE "of type" |
◆ STRING_VECTOR