Generated on Mon Aug 25 11:35:45 2008 for Gecode by doxygen 1.5.6

array.icc File Reference

(Revision: 6240)

#include <cstdarg>
#include <iostream>

Go to the source code of this file.

Namespaces

namespace  Gecode

Classes

class  Gecode::VarArray< Var >
 Variable arrays More...
class  Gecode::ViewArray< View >
 View arrays. More...
class  Gecode::ArgArrayBase< T >
 Base-class for argument arrays. More...
class  Gecode::PrimArgArray< T >
 Argument array for primtive types. More...
class  Gecode::VarArgArray< Var >
 Argument array for variables. More...
class  Gecode::VarArgArray< Var >::VarLess
 Sort order for variables. More...
class  Gecode::ArrayTraits< A >
 Traits of arrays in Gecode. More...

Functions

template<class View>
bool Gecode::__before (const View &x, const View &y)
template<class View>
bool Gecode::__same (const View &x, const View &y)
template<class View>
bool Gecode::__shared (const View &x, const View &y)
template<class Var>
std::ostream & operator<< (std::ostream &os, const Gecode::VarArray< Var > &x)
template<class View>
std::ostream & operator<< (std::ostream &os, const Gecode::ViewArray< View > &x)
template<class T>
std::ostream & operator<< (std::ostream &os, const Gecode::ArgArrayBase< T > &x)


Function Documentation

template<class Var>
std::ostream& operator<< ( std::ostream &  os,
const Gecode::VarArray< Var > &  x 
) [inline]

Definition at line 1198 of file array.icc.

template<class View>
std::ostream& operator<< ( std::ostream &  os,
const Gecode::ViewArray< View > &  x 
) [inline]

Definition at line 1210 of file array.icc.

template<class T>
std::ostream& operator<< ( std::ostream &  os,
const Gecode::ArgArrayBase< T > &  x 
) [inline]

Definition at line 1222 of file array.icc.