OpenVAS Manager  7.0.3~git
keyword Struct Reference

Keyword. More...

#include <manage.h>

Collaboration diagram for keyword:
Collaboration graph

Data Fields

gchar * column
 The column prefix, or NULL. More...
 
int equal
 Whether the keyword is like "=example". More...
 
int integer_value
 Integer value of the keyword. More...
 
double double_value
 Floating point value of the keyword. More...
 
int quoted
 Whether the keyword was quoted. More...
 
gchar * string
 The keyword string, outer quotes removed. More...
 
keyword_type_t type
 Type of keyword. More...
 
keyword_relation_t relation
 The relation. More...
 

Detailed Description

Keyword.

Definition at line 3428 of file manage.h.

Field Documentation

◆ column

gchar* keyword::column

◆ double_value

double keyword::double_value

Floating point value of the keyword.

Definition at line 3433 of file manage.h.

◆ equal

int keyword::equal

Whether the keyword is like "=example".

Definition at line 3431 of file manage.h.

Referenced by manage_report_filter_controls(), and split_filter().

◆ integer_value

int keyword::integer_value

Integer value of the keyword.

Definition at line 3432 of file manage.h.

◆ quoted

int keyword::quoted

Whether the keyword was quoted.

Definition at line 3434 of file manage.h.

◆ relation

keyword_relation_t keyword::relation

The relation.

Definition at line 3437 of file manage.h.

Referenced by manage_clean_filter_remove(), and split_filter().

◆ string

gchar* keyword::string

The keyword string, outer quotes removed.

Definition at line 3435 of file manage.h.

Referenced by filter_control_int(), filter_control_str(), manage_filter_controls(), manage_report_filter_controls(), and split_filter().

◆ type

keyword_type_t keyword::type

Type of keyword.

Definition at line 3436 of file manage.h.


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