libdballe  7.6
Public Member Functions | Data Fields
dballe::db::sql::repinfo::Cache Struct Reference

repinfo cache entry More...

#include <repinfo.h>

Public Member Functions

 Cache (int id, const std::string &memo, const std::string &desc, int prio, const std::string &descriptor, int tablea)
 
void make_new ()
 
void dump (FILE *out) const
 

Data Fields

unsigned id
 Report code.
 
std::string memo
 Report name.
 
std::string desc
 Report description.
 
int prio
 Report priority.
 
std::string descriptor
 Report descriptor (currently unused)
 
unsigned tablea
 Report A table value (currently unused)
 
std::string new_memo
 New report name used when updating the repinfo table.
 
std::string new_desc
 New report description used when updating the repinfo table.
 
int new_prio
 New report priority used when updating the repinfo table.
 
std::string new_descriptor
 New report descriptor used when updating the repinfo table.
 
unsigned new_tablea
 New report A table value used when updating the repinfo table.
 

Detailed Description

repinfo cache entry


The documentation for this struct was generated from the following file: