Structure with all parameter used.
More...
|
| union { | |
| |
| unsigned LONG lvalue | |
| |
| } | values | |
| | Buffer for current integer value and for temporary double value defined as union to save stack.
|
| |
| char * | out |
| | Pointer to the output buffer.
|
| |
| int | length |
| | Current length of the output buffer.
|
| |
| int | prec |
| | Field precision.
|
| |
| int | width |
| | Field width.
|
| |
| unsigned | count |
| | Count the number of char emitted.
|
| |
| unsigned | flags |
| | Parser flags.
|
| |
| int | prefixlen |
| | Length of the prefix.
|
| |
| char | prefix [2] |
| |
| char | buffer [sizeof(LONG) *8+1] |
| | Buffer to store the biggest integer number in binary.
|
| |
| unsigned char | radix |
| |
| char | pad |
| |
| char | state |
| | Current state.
|
| |
| union { | |
| |
| unsigned LONG lvalue | |
| |
| } | values | |
| | Buffer for current integer value and for temporary double value defined as union to save stack.
|
| |
| union { | |
| |
| unsigned LONG lvalue | |
| |
| } | values | |
| | Buffer for current integer value and for temporary double value defined as union to save stack.
|
| |
Structure with all parameter used.
◆ buffer
Buffer to store the biggest integer number in binary.
◆ count
Count the number of char emitted.
◆ flags
◆ length
Current length of the output buffer.
◆ lvalue
| unsigned LONG param_s::lvalue |
◆ out
Pointer to the output buffer.
◆ pad
◆ prec
◆ prefix
◆ prefixlen
◆ radix
| unsigned char param_s::radix |
◆ state
◆ [union] [1/3]
| union { ... } param_s::values |
Buffer for current integer value and for temporary double value defined as union to save stack.
◆ [union] [2/3]
| union { ... } param_s::values |
Buffer for current integer value and for temporary double value defined as union to save stack.
◆ [union] [3/3]
| union { ... } param_s::values |
Buffer for current integer value and for temporary double value defined as union to save stack.
◆ width
The documentation for this struct was generated from the following files: