lconv class final

Inheritance
Implemented types
Available extensions

Constructors

lconv()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
currency_symbol Pointer<Char>
getter/setter pair
decimal_point Pointer<Char>
getter/setter pair
frac_digits int
getter/setter pair
grouping Pointer<Char>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
int_curr_symbol Pointer<Char>
getter/setter pair
int_frac_digits int
getter/setter pair
int_n_cs_precedes int
getter/setter pair
int_n_sep_by_space int
getter/setter pair
int_n_sign_posn int
getter/setter pair
int_p_cs_precedes int
getter/setter pair
int_p_sep_by_space int
getter/setter pair
int_p_sign_posn int
getter/setter pair
mon_decimal_point Pointer<Char>
getter/setter pair
mon_grouping Pointer<Char>
getter/setter pair
mon_thousands_sep Pointer<Char>
getter/setter pair
n_cs_precedes int
getter/setter pair
n_sep_by_space int
getter/setter pair
n_sign_posn int
getter/setter pair
negative_sign Pointer<Char>
getter/setter pair
p_cs_precedes int
getter/setter pair
p_sep_by_space int
getter/setter pair
p_sign_posn int
getter/setter pair
positive_sign Pointer<Char>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thousands_sep Pointer<Char>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited