Jpp  master_rocky
the software that should make you happy
Classes | Namespaces | Functions
JSet.hh File Reference
#include <istream>
#include <ostream>
#include <set>
#include <iterator>
#include "JTools/JAbstractCollection.hh"

Go to the source code of this file.

Classes

struct  JTOOLS::JSet< JAbscissa_t >
 Simple data structure for an abstract collection of non-equidistant abscissa values. More...
 

Namespaces

 JTOOLS
 Auxiliary classes and methods for multi-dimensional interpolations and histograms.
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

template<class T >
JSet< typename std::iterator_traits< T >::value_type > JTOOLS::make_set (T __begin, T __end)
 Helper method for JSet. More...
 
template<class JAbscissa_t >
JSet< JAbscissa_t > JTOOLS::make_set (const JAbstractCollection< JAbscissa_t > &input)
 Helper method for JSet. More...