pelib  2.0.0
include/pelib/Platform.hpp File Reference
#include <set>
#include <pelib/Core.hpp>
#include <pelib/Algebra.hpp>
Include dependency graph for Platform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pelib::Platform
struct  pelib::Platform::LessIslandByFirstCoreId

Namespaces

namespace  pelib

Defines

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

Define Documentation

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

Definition at line 29 of file Platform.hpp.