#include <cassert>
#include <iostream>
#include <tulip/tulipconf.h>
#include './cxx/Array.cxx'
struct tlp::Array< Obj, SIZE >
class for array encapsulation
template<typename Obj , unsigned int SIZE> std::ostream & tlp::operator<< (std::ostream &os, const Array< Obj, SIZE > &)
template<typename Obj , unsigned int SIZE> std::istream & tlp::operator>> (std::istream &is, Array< Obj, SIZE > &)
Generated automatically by Doxygen for Tulip Graph Library from the source code.