| Home | Index | universal Index | gsp Index | Examples | Tutorial |
#include "universal__Numeric.h"
This is a very simple component whose sole purpose is to wrap an float value. More...
Public Functions | ||
| Float | ( ) | |
| operator float | ( ) const | |
| ~Float | ( ) | |
| operator = | ( float ) |
| operator = | ( double ) |
| operator = | ( unsigned long ) |
| operator = | ( unsigned short ) |
| operator = | ( unsigned int ) |
| operator = | ( long ) |
| operator = | ( short ) |
| operator = | ( int ) |
| operator + | ( const Float & f ) | |
| operator + | ( const Double & d ) | |
| operator + | ( const SignedInteger & si ) | |
| operator + | ( const UnsignedInteger & ui ) | |
| operator - | ( const Float & f ) | |
| operator - | ( const Double & d ) | |
| operator - | ( const SignedInteger & si ) | |
| operator - | ( const UnsignedInteger & ui ) | |
| operator * | ( const Float & f ) | |
| operator * | ( const Double & d ) | |
| operator * | ( const SignedInteger & si ) | |
| operator * | ( const UnsignedInteger & ui ) | |
| operator / | ( const Float & f ) | |
| operator / | ( const Double & d ) | |
| operator / | ( const SignedInteger & si ) | |
| operator / | ( const UnsignedInteger & ui ) | |
| toString | ( ) const | |
Related Functions | ||
| operator << | ( std::ostream & os , const SignedInteger & si ) |
| operator << | ( std::ostream & os , const UnsignedInteger & ui ) |
| operator << | ( std::ostream & os , const Float & f ) |
| operator << | ( std::ostream & os , const Double & d ) |
This is a very simple component whose sole purpose is to wrap an float value. The precise type is "float".
The cast operator to float() is often useful for getting the value of a float token as a float. This wrapper class features =,+,-,/ and * operators taking all the other possible numeric types.
It also features a conversion function to a universal::String.
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
Self-explanatory
See also:
This file is part of the LLOOP LL Object-Oriented Parser Generator and Object Expander Generator. Copyright (c) 2005-2006 Michel MEHL, France. All rights reserved. LLOOP is distributed by the company ERSA SaRL.
| Copyright (c) 2005-2006 Michel MEHL, Haguenau, France |
| LLOOP version 1.1 |