|
PVL: Parameter Value Language
|
#include "Value.hh"#include "Parser.hh"#include "Lister.hh"#include "Strings/String.hh"#include <sstream>#include <iomanip>#include <stdexcept>#include <algorithm>#include <cstdlib>#include <cstring>#include <cerrno>

Namespaces | |
| namespace | idaeim |
| idaeim studio. | |
| namespace | idaeim::PVL |
| Parameter Value Language. | |
Defines | |
| #define | DEFAULT_ARRAY_SUBTYPE SEQUENCE |
| #define | DEFAULT_FORMAT_FLAGS std::ios::showpoint |
| #define | REAL_ACCURACY 1.0e-15 |
| #define | STRTOD strtod |
| #define | STRTOL strtol |
Functions | |
| ostream & | operator<< (std::ostream &out, const Value &value) |
| Writes the Value to an ostream. | |
| istream & | operator>> (std::istream &in, Value &value) |
| Reads an input stream parsed as PVL syntax into a Value. | |
| void | sort (Array::depth_iterator begin, Array::depth_iterator end) |
| Sorts the Values in the iterator range, and all Values in all Arrays contained within the range. | |
| void | sort (Array::iterator begin, Array::iterator end) |
| Sorts an Array's list iterator range. | |
| #define REAL_ACCURACY 1.0e-15 |
Referenced by Real::compare(), and Integer::compare().
| #define STRTOL strtol |
| #define STRTOD strtod |
| #define DEFAULT_FORMAT_FLAGS std::ios::showpoint |
| #define DEFAULT_ARRAY_SUBTYPE SEQUENCE |
1.5.8