pelib  2.0.0
include/pelib/parser.h File Reference
#include <iostream>
#include <pelib/Record.hpp>
Include dependency graph for parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define PELIB_PARSER

Functions

pelib::Recordpelib_parse (std::istream &cin, size_t argc, char **argv)
void pelib_delete (pelib::Record *)

Define Documentation

#define PELIB_PARSER

Definition at line 29 of file parser.h.


Function Documentation

Deletes a Record produced by pelib_parse

Definition at line 65 of file ampl_input.cpp.

pelib::Record* pelib_parse ( std::istream &  cin,
size_t  argc,
char **  argv 
)

Parses the content of an input stream with string options and produces a class instance derived from pelib::Record. Used for dynamic library parsers

Definition at line 49 of file ampl_input.cpp.