Jpp  18.0.0-rc.4
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions
JSet.hh File Reference
#include <set>
#include <iterator>
#include "JTools/JAbstractCollection.hh"

Go to the source code of this file.

Classes

class  JTOOLS::JCollection< JElement_t, JDistance_t >
 General purpose class for collection of elements, see: Collection of elements. . More...
 
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...