Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

ParsedIntegerValue Struct Reference

Store parsed integer value. More...

Collaboration diagram for ParsedIntegerValue:

Collaboration graph
[legend]
List of all members.

Public Attributes

int64 val
 the parsed integer value

uint16 size: 8
 in bytes: 1,2,4,8

uint16 unsig: 3
 0 -> signed; 1 -> unsigned for domain; 2 -> "U" postfix


Detailed Description

Store parsed integer value.

Definition at line 332 of file basicparse.cc.


Member Data Documentation

uint16 ParsedIntegerValue::size
 

in bytes: 1,2,4,8

Definition at line 335 of file basicparse.cc.

uint16 ParsedIntegerValue::unsig
 

0 -> signed; 1 -> unsigned for domain; 2 -> "U" postfix

Definition at line 336 of file basicparse.cc.

int64 ParsedIntegerValue::val
 

the parsed integer value

Definition at line 334 of file basicparse.cc.


The documentation for this struct was generated from the following file:
Generated on Sat Feb 19 22:35:33 2005 for Ray by doxygen 1.3.5