| Home | Index | universal Index | gsp Index | Examples | Tutorial |
#include "universal__Numeric.h"
This is a very simple component whose sole purpose is to wrap a signed integer value. More...
Public Functions | ||
| SignedInteger | ( ) | |
| operator long | ( ) const | |
| ~SignedInteger | ( ) | |
| even | ( ) const |
| odd | ( ) const |
| operator = | ( long ) | |
| operator = | ( short ) | |
| operator = | ( int ) | |
| operator = | ( unsigned long ) | |
| operator = | ( unsigned short ) | |
| operator = | ( unsigned int ) | |
| operator = | ( float ) | |
| operator = | ( double ) | |
| 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 a signed integer value. The precise type is "long".
The cast operator to long() is often useful for getting the value of a long integer token as a long. 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:
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 |