pelib  2.0.0
include/pelib/process.h File Reference
#include <iostream>
#include <pelib/Record.hpp>
Include dependency graph for process.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

std::map< const char
*, pelib::Record * > 
pelib_process (std::map< const char *, pelib::Record * > records, size_t argc, char **argv)
void pelib_delete (pelib::Record *)

Define Documentation

#define PELIB_PARSER

Definition at line 29 of file process.h.


Function Documentation

Deletes a Record produced by pelib_parse

Definition at line 65 of file ampl_input.cpp.

std::map<const char*, pelib::Record*> pelib_process ( std::map< const char *, pelib::Record * >  records,
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