haxe
.. | |
---|---|
crypto | |
ds | |
extern | |
format | |
io | |
net | |
zip | |
CallStack | Get information about the call stack. |
Constructible | This type unifies with any instance of classes that have a constructor which |
DateUtils | |
EntryPoint | If haxe.MainLoop is kept from DCE, then we will insert an haxe.EntryPoint.run() call just at then end of main(). This class can be redefined by custom frameworks so they can handle their own main loop logic. |
EnumTools | This class provides advanced methods on enums. It is ideally used with
|
EnumValueTools | This class provides advanced methods on enum values. It is ideally used with
|
FlatEnum | This type unifies with an enum instance if all constructors of the enum require no arguments. |
Function | This type unifies with any function type. |
Http | This class can be used to handle Http requests consistently across platforms. There are two intended usages: |
IMap | |
Int32 | Int32 provides a 32-bit integer with consistent overflow behavior across all platforms. |
Int64 | A cross-platform signed 64-bit integer.
Int64 instances can be created from two 32-bit words using |
Log | Log primarily provides the |
MainEvent | |
MainLoop | |
PosInfos | PosInfos is a magic type which can be used to generate position information into the output for debugging use. |
StackItem | Elements return by |
Timer | The Timer class allows you to create asynchronous timers on platforms that support events. |