pelib  2.0.0
src/GraphML.cpp File Reference
#include <libxml++/libxml++.h>
#include <exception>
#include <vector>
#include <sstream>
#include <cstdlib>
#include <boost/algorithm/string.hpp>
#include <signal.h>
#include <pthread.h>
#include <igraph.h>
#include <pelib/Taskgraph.hpp>
#include <pelib/GraphML.hpp>
#include <pelib/Scalar.hpp>
#include <pelib/Vector.hpp>
#include <pelib/Matrix.hpp>
#include <pelib/Set.hpp>
#include <pelib/Task.hpp>
#include <pelib/Link.hpp>
#include <pelib/CastException.hpp>
#include <pelib/ParseException.hpp>
Include dependency graph for GraphML.cpp:

Go to the source code of this file.

Classes

struct  reader_args
struct  writer_args

Defines

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

Typedefs

typedef struct reader_args reader_args_t
typedef struct writer_args writer_args_t

Define Documentation

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

Definition at line 48 of file GraphML.cpp.


Typedef Documentation

typedef struct reader_args reader_args_t

Definition at line 60 of file GraphML.cpp.

typedef struct writer_args writer_args_t

Definition at line 88 of file GraphML.cpp.