|
libdballe 9.13
|
Resolve aliases to variable codes. More...
Go to the source code of this file.
Functions | |
| wreport::Varcode | dballe::varcode_alias_resolve (const char *alias) |
| Resolve a variable alias. | |
| wreport::Varcode | dballe::varcode_alias_resolve_substring (const char *alias, int len) |
| Resolve a variable alias. | |
| wreport::Varcode | dballe::varcode_alias_resolve (const std::string &alias) |
| Resolve a variable alias. | |
Resolve aliases to variable codes.
| wreport::Varcode dballe::varcode_alias_resolve | ( | const char * | alias | ) |
Resolve a variable alias.
| alias | The alias to resolve |
| wreport::Varcode dballe::varcode_alias_resolve | ( | const std::string & | alias | ) |
Resolve a variable alias.
| alias | The alias to resolve |
| wreport::Varcode dballe::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 |