My Project  0.0.16
QUCS Mapping
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
range Class Reference

#include <range.h>

Public Member Functions

 range ()
 
 range (nr_double_t, nr_double_t)
 
 range (char, nr_double_t, nr_double_t, char)
 
 range (const range &)
 
 ~range ()
 
bool inside (nr_double_t)
 
bool outside (nr_double_t)
 
nr_double_t lo (void)
 
nr_double_t hi (void)
 
char * toString (void)
 

Detailed Description

Definition at line 28 of file range.h.

Constructor & Destructor Documentation

range::range ( )

Definition at line 36 of file range.cpp.

range::range ( nr_double_t  ,
nr_double_t   
)
range::range ( char  ilo,
nr_double_t  lo,
nr_double_t  hi,
char  ihi 
)

Definition at line 43 of file range.cpp.

Here is the call graph for this function:

range::range ( const range r)

Definition at line 58 of file range.cpp.

range::~range ( )

Definition at line 86 of file range.cpp.

Member Function Documentation

nr_double_t range::hi ( void  )
inline

Definition at line 39 of file range.h.

Here is the caller graph for this function:

bool range::inside ( nr_double_t  value)

Definition at line 72 of file range.cpp.

Here is the caller graph for this function:

nr_double_t range::lo ( void  )
inline

Definition at line 38 of file range.h.

Here is the caller graph for this function:

bool range::outside ( nr_double_t  value)

Definition at line 67 of file range.cpp.

Here is the call graph for this function:

char * range::toString ( void  )

Definition at line 91 of file range.cpp.

Here is the caller graph for this function:


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