pelib  2.0.0
include/pelib/RawVector.hpp File Reference
#include <pelib/RawData.hpp>
#include <pelib/Vector.hpp>
#include <pelib/Scalar.hpp>
#include <pelib/CastException.hpp>
Include dependency graph for RawVector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pelib::RawVector< 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 29 of file RawVector.hpp.