IEC61970 16v29a - IEC61968 12v08
Public Member Functions | Public Attributes | Friends | List of all members
IEC61970::Base::Domain::Float Class Reference

#include <Float.h>

Public Member Functions

 Float (long double value)
 
Floatoperator= (long double &rop)
 
Floatoperator+= (const Float &rhs)
 
Floatoperator-= (const Float &rhs)
 
Floatoperator*= (const Float &rhs)
 
Floatoperator/= (const Float &rhs)
 
 operator long double ()
 

Public Attributes

long double value = 0.0
 
bool initialized = false
 

Friends

std::istream & operator>> (std::istream &lop, Float &rop)
 

Detailed Description

A floating point number. The range is unspecified and not limited.


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