Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

real_parameter.h File Reference

More...

#include "abstract_real_parameter.h"
#include <iostream.h>

Go to the source code of this file.

Compounds

class  real_parameter
 Class real_parameter holds a double value to be used as a parameter by the SuperMix program. More...


Functions

real_parameteroperator+= (real_parameter &p, double d)
 Arithemtic assignment operators turn off shadowing. More...

real_parameteroperator-= (real_parameter &p, double d)
 Arithemtic assignment operators turn off shadowing. More...

real_parameteroperator *= (real_parameter &p, double d)
 Arithemtic assignment operators turn off shadowing. More...

real_parameteroperator/= (real_parameter &p, double d)
 Arithemtic assignment operators turn off shadowing. More...

istream& operator>> (istream &s, real_parameter &p)
 Stream input operator. More...


Detailed Description

Author(s):
John Ward
Date:
November 3, 1997

Definition in file real_parameter.h.


Function Documentation

real_parameter & operator *= ( real_parameter & p,
double d ) [inline]
 

Arithemtic assignment operators turn off shadowing.

Definition at line 246 of file real_parameter.h.

real_parameter & operator+= ( real_parameter & p,
double d ) [inline]
 

Arithemtic assignment operators turn off shadowing.

Definition at line 238 of file real_parameter.h.

real_parameter & operator-= ( real_parameter & p,
double d ) [inline]
 

Arithemtic assignment operators turn off shadowing.

Definition at line 242 of file real_parameter.h.

real_parameter & operator/= ( real_parameter & p,
double d ) [inline]
 

Arithemtic assignment operators turn off shadowing.

Definition at line 250 of file real_parameter.h.

istream & operator>> ( istream & in_file,
real_parameter & p )
 

Stream input operator.

It turns off shadowing.

Definition at line 159 of file real_parameter.cc.


Please direct comments and corrections to supermix@submm.caltech.edu
Go to the supermix home page
Generated by doxygen1.2.7