pelib  2.0.0
src/generate.cpp File Reference
#include <iostream>
#include <cstdlib>
#include <vector>
#include <map>
#include <pelib/Taskgraph.hpp>
#include <pelib/Platform.hpp>
#include <pelib/Record.hpp>
#include <pelib/process.h>
#include <pelib/argument_parsing.hpp>
#include <pelib/dl.h>
Include dependency graph for generate.cpp:

Go to the source code of this file.

Classes

struct  args

Defines

#define debug(expr)   cerr << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #expr << " = \"" << expr << "\"." << endl;

Typedefs

typedef struct args args_t

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 *obj)

Variables

char * library

Define Documentation

#define debug (   expr)    cerr << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #expr << " = \"" << expr << "\"." << endl;

Definition at line 38 of file generate.cpp.


Typedef Documentation

typedef struct args args_t

Definition at line 53 of file generate.cpp.


Function Documentation

Deletes a Record produced by pelib_parse

Definition at line 132 of file generate.cpp.

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

Definition at line 91 of file generate.cpp.


Variable Documentation

char* library

Definition at line 88 of file generate.cpp.