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