Public Member Functions | Public Attributes

pr_engineering_float Class Reference

Collaboration diagram for pr_engineering_float:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 pr_engineering_float (const float_format &f_arg, double val_arg)
int exponent (void) const
double mantissa (void) const

Public Attributes

const float_formatf
double val

Detailed Description

Definition at line 259 of file pr-output.cc.


Constructor & Destructor Documentation

pr_engineering_float::pr_engineering_float ( const float_format f_arg,
double  val_arg 
) [inline]

Definition at line 278 of file pr-output.cc.


Member Function Documentation

int pr_engineering_float::exponent ( void   )  const [inline]

Definition at line 268 of file pr-output.cc.

References engineering_exponent().

Referenced by operator<<().

double pr_engineering_float::mantissa ( void   )  const [inline]

Definition at line 273 of file pr-output.cc.

References pow().

Referenced by operator<<().


Member Data Documentation

Definition at line 264 of file pr-output.cc.

Referenced by operator<<().

Definition at line 266 of file pr-output.cc.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines