Public Member Functions | Public Attributes | List of all members
mf::LimitAndTimespan Class Reference

#include <ELmap.h>

Public Member Functions

 LimitAndTimespan (int lim=-1, int ts=-1, int ivl=-1)
 

Public Attributes

int limit
 
int timespan
 
int interval
 

Detailed Description

Definition at line 41 of file ELmap.h.

Constructor & Destructor Documentation

mf::LimitAndTimespan::LimitAndTimespan ( int  lim = -1,
int  ts = -1,
int  ivl = -1 
)

Definition at line 11 of file ELmap.cc.

12  : limit{lim}, timespan{ts}, interval{ivl}
13  {}

Member Data Documentation

int mf::LimitAndTimespan::interval

Definition at line 45 of file ELmap.h.

int mf::LimitAndTimespan::limit

Definition at line 43 of file ELmap.h.

int mf::LimitAndTimespan::timespan

Definition at line 44 of file ELmap.h.


The documentation for this class was generated from the following files: