Storage

enum Storage

Describes Storage specifier of variables. Depending on the storage specifier, variables are stored in different parts e.g. in C/CPP AUTO stores the variable on the stack whereas static in the bss section

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun valueOf(name: String): Type.Storage
Returns the enum constant of this type with the specified name.
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.