|
queso-0.56.1
|
#include <algorithm>#include <cstddef>#include <fstream>#include <iostream>#include <set>#include <sstream>#include <stdexcept>#include <string>#include <typeinfo>#include <vector>#include <cmath>#include <cstdlib>#include <ctime>#include <stdarg.h>#include <string.h>
Go to the source code of this file.
Classes | |
| class | GetPot |
| struct | GetPot::variable |
| struct | GetPot::ltstr |
Macros | |
| #define | GETPOT_DISABLE_MUTEX |
| #define | SCOPED_MUTEX |
| #define | GETPOT_MUTEX_DECLARE |
| #define | getpot_cerr std::cerr |
| #define | getpot_error() throw std::runtime_error(std::string("GetPot Error")) |
| #define | getpot_file_error(filename) getpot_error() |
| #define | getpot_cast_int static_cast |
| #define | __has_builtin(x) 0 |
| #define | victorate(TYPE, VARIABLE, ITERATOR) |
Typedefs | |
| typedef std::vector< std::string > | STRING_VECTOR |
| #define getpot_cerr std::cerr |
Definition at line 102 of file getpot.h.
Referenced by GetPot::_convert_to_type_no_default(), GetPot::_DBE_expand(), and GetPot::get_value_no_default().
| #define getpot_error | ( | ) | throw std::runtime_error(std::string("GetPot Error")) |
Definition at line 103 of file getpot.h.
Referenced by GetPot::_convert_to_type_no_default(), GetPot::_DBE_expand(), and GetPot::get_value_no_default().
| #define getpot_file_error | ( | filename | ) | getpot_error() |
Definition at line 104 of file getpot.h.
Referenced by GetPot::parse_input_file().
| #define SCOPED_MUTEX |
Definition at line 99 of file getpot.h.
Referenced by GetPot::_internal_managed_copy(), GetPot::_parse_argument_vector(), GetPot::_record_argument_request(), GetPot::_record_variable_request(), GetPot::absorb(), and GetPot::clear_requests().
| #define victorate | ( | TYPE, | |
| VARIABLE, | |||
| ITERATOR | |||
| ) |
Definition at line 133 of file getpot.h.
Referenced by GetPot::_process_section_label(), GetPot::_record_argument_request(), GetPot::_record_variable_request(), GetPot::_search_string_vector(), GetPot::unidentified_sections(), and GetPot::unidentified_variables().
| typedef std::vector<std::string> STRING_VECTOR |