libdballe 9.6
|
Create wreport variables from the DB-All.e B table. More...
#include <wreport/var.h>
#include <memory>
#include <string>
Go to the source code of this file.
Functions | |
wreport::Varinfo | dballe::varinfo (wreport::Varcode code) |
Return a Varinfo entry from the DB-All.e B table. | |
wreport::Varinfo | dballe::varinfo (const char *code) |
Return a Varinfo entry from the DB-All.e B table. | |
wreport::Varinfo | dballe::varinfo (const std::string &code) |
Return a Varinfo entry from the DB-All.e B table. | |
wreport::Varcode | dballe::resolve_varcode (const char *name) |
Resolve a variable name to a varcode proper, dealing with aliases and validation. | |
wreport::Varcode | dballe::resolve_varcode (const std::string &name) |
Resolve a variable name to a varcode proper, dealing with aliases and validation. | |
template<typename C , typename T > | |
std::unique_ptr< wreport::Var > | dballe::newvar (C code, const T &val) |
Create a new Var, from the DB-All.e B table, with value. | |
Create wreport variables from the DB-All.e B table.