idaeim studio
 PVL: Parameter Value Language

Value.cc File Reference

#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>

Include dependency graph for Value.cc:


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 Documentation

#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


Generated on Mon Oct 12 19:59:43 2009 for PVL by  doxygen 1.5.8