Sophie

Sophie

distrib > Mandriva > 10.0-com > i586 > by-pkgid > 9347541fe87a5ea3f3b8dbc50f660e8e > files > 57

libQGLViewer-devel-1.3.6-1mdk.i586.rpm

// =================================================================== //
// Time-stamp: <24 Jun 03 14:51:09 Jean-Guillaume.Dumas@imag.fr> 
// =================================================================== //
#ifndef __Agora_IO_H__ 
#define __Agora_IO_H__

#include "agora_class.h"

template<class Ints> 
std::ostream& operator<< (std::ostream& out, const Agora<Ints>& p) ;

template<class Ints> 
std::ostream& details (std::ostream& out, const Agora<Ints>& p) ;

template<class Ints> 
std::ostream& affiche (std::ostream& out, const Agora<Ints>& p) ;

template<class Ints> 
std::istream& operator>> (std::istream& in, Agora<Ints>& p) ;

#endif