Jpp  17.3.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Protected Types | Protected Member Functions | Friends | List of all members
JTOOLS::JMultiSet< 0, JAbscissa_t > Struct Template Reference

Terminator class of recursive class JMultiSet. More...

#include <JMultiSet.hh>

Protected Types

typedef JAbscissa_t abscissa_type
 

Protected Member Functions

 JMultiSet ()
 Default constructor. More...
 
 JMultiSet (const JSet< abscissa_type > &bounds)
 Constructor. More...
 
bool set (unsigned int index, const JSet< abscissa_type > &bounds) const
 This method does nothing. More...
 
void operator() () const
 Dummy operator. More...
 

Friends

class JMultiSet< 1, JAbscissa_t >
 

Detailed Description

template<class JAbscissa_t>
struct JTOOLS::JMultiSet< 0, JAbscissa_t >

Terminator class of recursive class JMultiSet.

This class provides for dummy implementations of interface methods.

Definition at line 97 of file JMultiSet.hh.

Member Typedef Documentation

template<class JAbscissa_t >
typedef JAbscissa_t JTOOLS::JMultiSet< 0, JAbscissa_t >::abscissa_type
protected

Definition at line 101 of file JMultiSet.hh.

Constructor & Destructor Documentation

template<class JAbscissa_t >
JTOOLS::JMultiSet< 0, JAbscissa_t >::JMultiSet ( )
inlineprotected

Default constructor.

Definition at line 109 of file JMultiSet.hh.

110  {}
template<class JAbscissa_t >
JTOOLS::JMultiSet< 0, JAbscissa_t >::JMultiSet ( const JSet< abscissa_type > &  bounds)
inlineprotected

Constructor.

Parameters
boundsbounds

Definition at line 118 of file JMultiSet.hh.

119  {}

Member Function Documentation

template<class JAbscissa_t >
bool JTOOLS::JMultiSet< 0, JAbscissa_t >::set ( unsigned int  index,
const JSet< abscissa_type > &  bounds 
) const
inlineprotected

This method does nothing.

Parameters
indexindex
boundsbounds
Returns
false

Definition at line 129 of file JMultiSet.hh.

130  {
131  return false;
132  }
template<class JAbscissa_t >
void JTOOLS::JMultiSet< 0, JAbscissa_t >::operator() ( ) const
inlineprotected

Dummy operator.

Definition at line 138 of file JMultiSet.hh.

139  {}

Friends And Related Function Documentation

template<class JAbscissa_t >
friend class JMultiSet< 1, JAbscissa_t >
friend

Definition at line 103 of file JMultiSet.hh.


The documentation for this struct was generated from the following file: