|
PVL: Parameter Value Language
|
#include <istream>#include <sstream>#include <algorithm>#include <stdexcept>#include <cstdlib>#include <cstring>#include <cerrno>#include "Parser.hh"

Namespaces | |
| namespace | idaeim |
| idaeim studio. | |
| namespace | idaeim::PVL |
| Parameter Value Language. | |
Defines | |
| #define | STRTOD strtod |
| #define | STRTOL strtol |
Typedefs | |
| typedef idaeim::Strings::String | iString |
| typedef idaeim::Strings::Sliding_String::Location | Location |
| typedef idaeim::PVL::String | vString |
Functions | |
| string::size_type | reserved_character (const string &a_string) |
| Parameter::Type | special_type (const string &name) |
| string & | translate_from_escape_sequences (string &a_string) |
| string & | translate_to_escape_sequences (string &a_string) |
| #define STRTOL strtol |
Referenced by Parser::get_datum(), and Value::string_to_integer().
| #define STRTOD strtod |
Referenced by Parser::get_datum(), and Value::string_to_real().
1.5.8