|
libdballe
7.7
|
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. | |
repinfo cache entry
1.8.9.1