Collaboration diagram for ParsedIntegerValue:
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 |
Definition at line 332 of file basicparse.cc.
|
in bytes: 1,2,4,8
Definition at line 335 of file basicparse.cc. |
|
0 -> signed; 1 -> unsigned for domain; 2 -> "U" postfix
Definition at line 336 of file basicparse.cc. |
|
the parsed integer value
Definition at line 334 of file basicparse.cc. |