shared-array.icc File Reference
(Revision: 5290)
#include <cstdarg>
#include <iostream>
Go to the source code of this file.
Namespaces | |
| namespace | Gecode |
Classes | |
| class | Gecode::SharedArray< T > |
| Shared array with arbitrary number of elements. More... | |
| class | Gecode::SharedArray< T >::SAO |
| Implementation of object for shared arrays. More... | |
| class | Gecode::SharedArraySerialization< T > |
| Serialization helper for SharedArray objects. More... | |
| class | Gecode::SharedArraySerialization< int > |
| Serialization helper for SharedArray<int> objects. More... | |
Functions | |
| template<class T> | |
| std::ostream & | operator<< (std::ostream &os, const Gecode::SharedArray< T > &x) |
Function Documentation
template<class T>
| std::ostream& operator<< | ( | std::ostream & | os, | |
| const Gecode::SharedArray< T > & | x | |||
| ) | [inline] |
Definition at line 276 of file shared-array.icc.
