OR-Tools  9.6
Dump< F >

Detailed Description

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

Definition at line 142 of file 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)
 

Constructor & Destructor Documentation

◆ Dump()

Dump ( const ::std::string &&  field_sep,
const ::std::string &&  kv_sep,
DumpNames &&  names,
f 
)
inlineexplicit

Definition at line 144 of file dump_vars.h.

Member Function Documentation

◆ as()

Dump<F> as ( N &&...  names) const
inline

Definition at line 158 of file dump_vars.h.

◆ sep() [1/2]

Dump& sep ( ::std::string &&  field_sep)
inline

Definition at line 163 of file dump_vars.h.

◆ sep() [2/2]

Dump& sep ( ::std::string &&  field_sep,
::std::string &&  kv_sep 
)
inline

Definition at line 168 of file dump_vars.h.

◆ str()

::std::string str ( ) const
inline

Definition at line 151 of file dump_vars.h.


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