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

Go to the source code of this file.

Defines

#define PELIB_OUTPUT

Functions

void pelib_dump (std::ostream &cout, std::map< const char *, pelib::Record * > records, size_t argc, char **argv)

Define Documentation

#define PELIB_OUTPUT

Definition at line 30 of file output.h.


Function Documentation

void pelib_dump ( std::ostream &  cout,
std::map< const char *, pelib::Record * >  records,
size_t  argc,
char **  argv 
)

Writes objects contained in records to output stream. Options can be passed using the string array argv and the number of arguments in argc. Note that call elements of argv and argv itself are freed after this function terminates.

Definition at line 58 of file ampl_input.cpp.