| 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 double value. More...
Public Functions | ||
| Double | ( ) | |
| operator double | ( ) const | |
| ~Double | ( ) | |
| 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 double value. The precise type is "double".
The cast operator to double() is often useful for getting the value of an double token as a double. 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 |