Config type representing a long.
long
long
Data | Description | Links |
---|---|---|
CstLong | Config type representing a long |
Function | Description | Links |
---|---|---|
long_native_get() | Get a long from a Long config item | ConfigSetType::native_get(), cfg_type_native_get |
long_native_set() | Set a Long config item by long | ConfigSetType::native_set(), cfg_type_native_set |
long_reset() | Reset a Long to its initial value | ConfigSetType::reset(), cfg_type_reset |
long_string_get() | Get a Long as a string | ConfigSetType::string_get(), cfg_type_string_get |
long_string_minus_equals() | Subtract from a Long by string | ConfigSetType::string_minus_equals(), cfg_type_string_minus_equals |
long_string_plus_equals() | Add to a Long by string | ConfigSetType::string_plus_equals(), cfg_type_string_plus_equals |
long_string_set() | Set a Long by string | ConfigSetType::string_set(), cfg_type_string_set |