Navigation

Operators and Keywords

Function List:

C++ API

Range.cc File Reference

#include <cfloat>
#include <iostream>
#include <limits>
#include "Range.h"
#include "lo-error.h"
#include "lo-mappers.h"
#include "lo-math.h"
#include "lo-utils.h"

Include dependency graph for Range.cc:


Functions

std::ostreamoperator<< (std::ostream &os, const Range &a)
std::istream & operator>> (std::istream &is, Range &a)
Range operator- (const Range &r)
Range operator+ (double x, const Range &r)
Range operator+ (const Range &r, double x)
Range operator- (double x, const Range &r)
Range operator- (const Range &r, double x)
Range operator* (double x, const Range &r)
Range operator* (const Range &r, double x)

Function Documentation

Range operator* ( const Range r,
double  x 
)

Range operator* ( double  x,
const Range r 
)

Range operator+ ( const Range r,
double  x 
)

Range operator+ ( double  x,
const Range r 
)

Range operator- ( const Range r,
double  x 
)

Range operator- ( double  x,
const Range r 
)

Range operator- ( const Range r  ) 

std::ostream& operator<< ( std::ostream os,
const Range a 
)

std::istream& operator>> ( std::istream &  is,
Range a 
)