Next: , Previous: , Up: preprocessor nameref   [Contents][Index]


2.7.4 Special NAMEREF declarations

Preprocessor Macro: mbfl_local_index_array_varref (NAME, INIT_VALUE, LOCAL_OPTIONS)

Like mbfl_local_varref() but always include the -a option to the local definition of the data variable. This makes the data variable an indexed array.

Preprocessor Macro: mbfl_local_assoc_array_varref (NAME, INIT_VALUE, LOCAL_OPTIONS)

Like mbfl_local_varref() but always include the -A option to the local definition of the data variable. This makes the data variable an associative array.

Preprocessor Macro: mbfl_global_index_array_varref (NAME, INIT_VALUE, DECLARE_OPTIONS)

Like mbfl_global_varref() but always include the -a option to the declare definition of the data variable. This makes the data variable an indexed array.

Preprocessor Macro: mbfl_global_assoc_array_varref (NAME, INIT_VALUE, DECLARE_OPTIONS)

Like mbfl_global_varref() but always include the -A option to the declare definition of the data variable. This makes the data variable an associative array.


Next: , Previous: , Up: preprocessor nameref   [Contents][Index]

This document describes version 3.0.0-devel.0 of Marcos Bash Functions Library.