libdballe  7.6
Namespaces | Functions
var.h File Reference

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.

Namespaces

 dballe
 Copyright (C) 2008–2010 ARPA-SIM urpsi.nosp@m.m@sm.nosp@m.r.arp.nosp@m.a.em.nosp@m.r.it
 

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.
 

Detailed Description

Create wreport variables from the DB-All.e B table.