TkN 2.1
Toolkit for Nuclei
tkdb_table::measure_data_struct Struct Reference

data structure used to fill a tkmeasure object from the sqlite database More...

Detailed Description

data structure used to fill a tkmeasure object from the sqlite database

Definition at line 72 of file tkdb_table.h.

#include <tkdb_table.h>

Public Member Functions

void clear ()
 
void print ()
 

Public Attributes

double err = 0.
 
double err_high = 0.
 
double err_low = 0.
 
bool filled = false
 
tkstring info = ""
 
tkstring unit = ""
 
double value = 0.
 

Member Function Documentation

◆ clear()

void clear ( )
inline

Definition at line 82 of file tkdb_table.h.

◆ print()

void print ( )
inline

Definition at line 92 of file tkdb_table.h.

Member Data Documentation

◆ err

double err = 0.

Definition at line 75 of file tkdb_table.h.

◆ err_high

double err_high = 0.

Definition at line 77 of file tkdb_table.h.

◆ err_low

double err_low = 0.

Definition at line 76 of file tkdb_table.h.

◆ filled

bool filled = false

Definition at line 80 of file tkdb_table.h.

◆ info

tkstring info = ""

Definition at line 79 of file tkdb_table.h.

◆ unit

tkstring unit = ""

Definition at line 78 of file tkdb_table.h.

◆ value

double value = 0.

Definition at line 74 of file tkdb_table.h.


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