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 "Array-util.h"
Include dependency graph for Range.cc:

Classes

struct  _rangeidx_helper

Functions

std::ostream & operator<< (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* ( 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- ( const Range r  ) 
Range operator- ( double  x,
const Range r 
)
Range operator- ( const Range r,
double  x 
)
std::ostream& operator<< ( std::ostream &  os,
const Range a 
)
std::istream& operator>> ( std::istream &  is,
Range a 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines