Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::fz::LexerInfo Struct Reference

Detailed Description

Definition at line 86 of file parser_util.h.

#include <parser_util.h>

Public Attributes

int64_t integer_value
double double_value
std::string string_value
Domain domain
std::vector< Domain > * domains
std::vector< int64_t > * integers
std::vector< double > * doubles
Argument arg
std::vector< Argument > * args
Annotation annotation
std::vector< Annotation > * annotations
VarRefOrValue var_or_value
std::vector< VarRefOrValue > * var_or_value_array

Member Data Documentation

◆ annotation

Annotation operations_research::fz::LexerInfo::annotation

Definition at line 96 of file parser_util.h.

◆ annotations

std::vector<Annotation>* operations_research::fz::LexerInfo::annotations

Definition at line 97 of file parser_util.h.

◆ arg

Argument operations_research::fz::LexerInfo::arg

Definition at line 94 of file parser_util.h.

◆ args

std::vector<Argument>* operations_research::fz::LexerInfo::args

Definition at line 95 of file parser_util.h.

◆ domain

Domain operations_research::fz::LexerInfo::domain

Definition at line 90 of file parser_util.h.

◆ domains

std::vector<Domain>* operations_research::fz::LexerInfo::domains

Definition at line 91 of file parser_util.h.

◆ double_value

double operations_research::fz::LexerInfo::double_value

Definition at line 88 of file parser_util.h.

◆ doubles

std::vector<double>* operations_research::fz::LexerInfo::doubles

Definition at line 93 of file parser_util.h.

◆ integer_value

int64_t operations_research::fz::LexerInfo::integer_value

Definition at line 87 of file parser_util.h.

◆ integers

std::vector<int64_t>* operations_research::fz::LexerInfo::integers

Definition at line 92 of file parser_util.h.

◆ string_value

std::string operations_research::fz::LexerInfo::string_value

Definition at line 89 of file parser_util.h.

◆ var_or_value

VarRefOrValue operations_research::fz::LexerInfo::var_or_value

Definition at line 98 of file parser_util.h.

◆ var_or_value_array

std::vector<VarRefOrValue>* operations_research::fz::LexerInfo::var_or_value_array

Definition at line 99 of file parser_util.h.


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