Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::base::internal_dump_vars::Dump< F > Class Template Reference

#include <dump_vars.h>

Public Member Functions

 Dump (const ::std::string &&field_sep, const ::std::string &&kv_sep, DumpNames &&names, F f)
 
::std::string str () const
 
template<class... N>
Dump< F > as (N &&... names) const
 
Dumpsep (::std::string &&field_sep)
 
Dumpsep (::std::string &&field_sep, ::std::string &&kv_sep)
 
friend::std::ostream & operator<< (::std::ostream &os, const Dump &dump)
 

Detailed Description

template<class F>
class operations_research::base::internal_dump_vars::Dump< F >

Definition at line 164 of file dump_vars.h.

Constructor & Destructor Documentation

◆ Dump()

template<class F >
operations_research::base::internal_dump_vars::Dump< F >::Dump ( const ::std::string && field_sep,
const ::std::string && kv_sep,
DumpNames && names,
F f )
inlineexplicit

Definition at line 166 of file dump_vars.h.

Member Function Documentation

◆ as()

template<class F >
template<class... N>
Dump< F > operations_research::base::internal_dump_vars::Dump< F >::as ( N &&... names) const
inline

Definition at line 180 of file dump_vars.h.

◆ operator<<()

template<class F >
friend::std::ostream & operations_research::base::internal_dump_vars::Dump< F >::operator<< ( ::std::ostream & os,
const Dump< F > & dump )
inline

Definition at line 196 of file dump_vars.h.

◆ sep() [1/2]

template<class F >
Dump & operations_research::base::internal_dump_vars::Dump< F >::sep ( ::std::string && field_sep)
inline

Definition at line 185 of file dump_vars.h.

◆ sep() [2/2]

template<class F >
Dump & operations_research::base::internal_dump_vars::Dump< F >::sep ( ::std::string && field_sep,
::std::string && kv_sep )
inline

Definition at line 190 of file dump_vars.h.

◆ str()

template<class F >
::std::string operations_research::base::internal_dump_vars::Dump< F >::str ( ) const
inline

Definition at line 173 of file dump_vars.h.


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