array.h(3)
NAME
Array.h
SYNOPSIS
#include <cassert> #include <iostream> #include <tulip/tulipconf.h> #include './cxx/Array.cxx' Classes struct tlp::Array< Obj, SIZE > class for array encapsulation Namespaces namespace tlp Functions 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 > &)
Author
- Generated automatically by Doxygen for Tulip Graph Library from the
source code.