Type definition for a config item. More...
Collaboration diagram for Config Type API:Topics | |
| string_set() | |
| Set a config item by string. | |
| string_get() | |
| Get a config item as a string. | |
| native_set() | |
| Set a config item by string. | |
| native_get() | |
| Get a string from a config item. | |
| string_plus_equals() | |
| Add to a config item by string. | |
| string_minus_equals() | |
| Remove from a config item as a string. | |
| has_been_set() | |
| Is the config value different to its initial value? | |
| reset() | |
| Reset a config item to its initial value. | |
| destroy() | |
| Destroy a config item. | |
Type definition for a config item.
Each config item has a type which is defined by a set of callback functions.