pelib  2.0.0
include/pelib/AmplInputVector.hpp File Reference
#include <iostream>
#include <pelib/AmplInputData.hpp>
#include <pelib/Vector.hpp>
#include <pelib/CastException.hpp>
#include <pelib/NoDecimalFloatException.hpp>
Include dependency graph for AmplInputVector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pelib::AmplInputVector< Key, Value >

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 33 of file AmplInputVector.hpp.