Synalyze It!  1.1
 All Classes Functions Pages
Public Member Functions | List of all members
NumberValue Class Reference

The NumberValue class. A number value contains a number parsed in a file. More...

Inheritance diagram for NumberValue:
Value

Public Member Functions

ulong getUnsigned ()
 Get unsigned number. More...
 
void setUnsigned (ulong number)
 Set unsigned number. More...
 
long getSigned ()
 Get signed number. More...
 
void setSigned (long number)
 Set signed number. More...
 
ulong getFloat ()
 Get floating-point number. More...
 
void setFloat (double number)
 Set floating-point number. More...
 
- Public Member Functions inherited from Value
String getName ()
 Get name. More...
 
 setName (String name)
 Set name. More...
 
VALUE_TYPE getType ()
 Get value type. More...
 

Detailed Description

The NumberValue class. A number value contains a number parsed in a file.

Author
Andreas Pehnack

Member Function Documentation

ulong getFloat ( )

Get floating-point number.

Get a floating-point number from the value. Some implicit conversions are implemented.

Author
Andreas Pehnack
Date
2012-08-11
Returns
The number value
long getSigned ( )

Get signed number.

Get a nsigned integer from the value. Some implicit conversions are implemented.

Author
Andreas Pehnack
Date
2012-08-11
Returns
The number value
ulong getUnsigned ( )

Get unsigned number.

Get an unsigned integer from the value. Some implicit conversions are implemented.

Author
Andreas Pehnack
Date
2009-09-08
Returns
The number value
void setFloat ( double  number)

Set floating-point number.

Set a floating-point number in the value.

Author
Andreas Pehnack
Date
2012-08-11
Parameters
[in]numberThe number to be set
void setSigned ( long  number)

Set signed number.

Set a signed integer in the value.

Author
Andreas Pehnack
Date
2012-08-11
Parameters
[in]numberThe signed number to be set
void setUnsigned ( ulong  number)

Set unsigned number.

Set an unsigned integer in the value.

Author
Andreas Pehnack
Date
2012-08-11
Parameters
[in]numberThe unsigned number to be set

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