ALox  V. 2402 R. 0
Home ALox for C++ ALox for C# ALox for Java Download
Public Fields | List of all members
FormatterStdImpl.PHType Enum Reference

Class Description

Denotes the requested value type of placeholders.

Public Fields

 Bool
 Writes "true" or "false".
 
 Character
 
 Fill
 
 Float
 Outputs a number in floating point format.
 
 HashCode
 Writes raw box data as hex.
 
 IntBase10
 Outputs a given number in base 10. The default.
 
 IntBinary
 Outputs a given number in base 2.
 
 IntHex
 Outputs a given number in base 16.
 
 IntOctal
 Outputs a given number in base 8.
 
 NotGiven
 The default.
 
 String
 String type requested
 

Member Data Documentation

◆ Character

Character

Converts a given character or integer number to the corresponding unicode character before printing.

◆ Fill

Fill

Writes phaFillChar x-times. Used with python-style conversion {!Fill[C]}


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