set.hh File Reference
#include <set>
#include <algorithm>
#include <iterator>
#include <stdarg.h>
#include <initializer_list>
#include <basics/debug.hh>
#include <basics/outputOperator.hh>
#include <basics/exceptions.hh>
#include <basics/pointerOutput.hh>
#include <basics/output.hh>
#include "array.hh"
Go to the source code of this file.
Classes | |
class | concepts::BaseSet< F > |
Set with operations and output operator. More... | |
class | concepts::BaseSet< F > |
Set with operations and output operator. More... | |
class | concepts::Set< F > |
Set with operations, output operator, and method of the particular element types. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#define | SetInput_D 0 |
Functions | |
template<class F > | |
Set< F > | concepts::makeSet (std::initializer_list< F > list) |
Creates an array from a comma separated list of values. More... | |
template<class F > | |
Set< F > | concepts::makeSet (uint n, const F &first,...) |
Creates an array of length from a comma separated list of values. More... | |
template<class F > | |
std::istream & | concepts::operator>> (std::istream &is, BaseSet< F > &set) |
Detailed Description
Set with operations, output operator, and method of the particular element types.
Definition in file set.hh.