Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::base::internal_dump_vars::print_fields Struct Reference

#include <dump_vars.h>

Public Member Functions

void operator() ()
 
template<class T >
void operator() (const T &t)
 
template<class T1 , class T2 , class... Ts>
void operator() (const T1 &t1, const T2 &t2, const Ts &... ts)
 

Public Attributes

std::ostream & os
 
const ::std::string & field_sep
 
const ::std::string & kv_sep
 
const DumpNamesnames
 
::std::size_t n = 0
 

Detailed Description

Definition at line 142 of file dump_vars.h.

Member Function Documentation

◆ operator()() [1/3]

void operations_research::base::internal_dump_vars::print_fields::operator() ( )
inline

Definition at line 143 of file dump_vars.h.

◆ operator()() [2/3]

template<class T >
void operations_research::base::internal_dump_vars::print_fields::operator() ( const T & t)
inline

Definition at line 146 of file dump_vars.h.

◆ operator()() [3/3]

template<class T1 , class T2 , class... Ts>
void operations_research::base::internal_dump_vars::print_fields::operator() ( const T1 & t1,
const T2 & t2,
const Ts &... ts )
inline

Definition at line 151 of file dump_vars.h.

Member Data Documentation

◆ field_sep

const ::std::string& operations_research::base::internal_dump_vars::print_fields::field_sep

Definition at line 157 of file dump_vars.h.

◆ kv_sep

const ::std::string& operations_research::base::internal_dump_vars::print_fields::kv_sep

Definition at line 158 of file dump_vars.h.

◆ n

::std::size_t operations_research::base::internal_dump_vars::print_fields::n = 0

Definition at line 160 of file dump_vars.h.

◆ names

const DumpNames& operations_research::base::internal_dump_vars::print_fields::names

Definition at line 159 of file dump_vars.h.

◆ os

std::ostream& operations_research::base::internal_dump_vars::print_fields::os

Definition at line 156 of file dump_vars.h.


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