#include <dballe/core/var.h>
Go to the source code of this file.
Functions | |
| dba_varcode | dba_varcode_alias_resolve (const char *alias) |
| Resolve a variable alias. | |
| dba_varcode | dba_varcode_alias_resolve_substring (const char *alias, int len) |
| Resolve a variable alias. | |
| dba_varcode dba_varcode_alias_resolve | ( | const char * | alias | ) |
Resolve a variable alias.
| alias | The alias to resolve |
| dba_varcode dba_varcode_alias_resolve_substring | ( | const char * | alias, | |
| int | len | |||
| ) |
Resolve a variable alias.
| alias | The alias to resolve (does not need to be null-terminated) | |
| len | The length of the string |
1.5.2