libdballe 9.6
Public Member Functions | List of all members
dballe::impl::ImporterOptions Struct Reference

ImporterOptions with default constructor usable. More...

#include <msg.h>

Inheritance diagram for dballe::impl::ImporterOptions:
dballe::ImporterOptions

Public Member Functions

 ImporterOptions (const std::string &s)
 
 ImporterOptions (const ImporterOptions &)=default
 
 ImporterOptions (ImporterOptions &&)=default
 
ImporterOptionsoperator= (const ImporterOptions &)=default
 
ImporterOptionsoperator= (ImporterOptions &&)=default
 
- Public Member Functions inherited from dballe::ImporterOptions
bool operator== (const ImporterOptions &) const
 
bool operator!= (const ImporterOptions &) const
 
void print (FILE *out)
 Print a summary of the options to out.
 
std::string to_string () const
 Generate a string summary of import options.
 

Additional Inherited Members

- Public Types inherited from dballe::ImporterOptions
enum class  DomainErrors { THROW = 0 , UNSET = 1 , CLAMP = 2 , TAG = 3 }
 
- Static Public Member Functions inherited from dballe::ImporterOptions
static std::unique_ptr< ImporterOptionscreate ()
 Create with default values.
 
static std::unique_ptr< ImporterOptionscreate (const std::string &s)
 Opposite of to_string: create an Options from a string.
 
- Public Attributes inherited from dballe::ImporterOptions
bool simplified = true
 
enum dballe::ImporterOptions::DomainErrors domain_errors = DomainErrors::THROW
 
- Static Public Attributes inherited from dballe::ImporterOptions
static const ImporterOptions defaults
 Default importer options.
 
- Protected Member Functions inherited from dballe::ImporterOptions
 ImporterOptions (const std::string &s)
 
 ImporterOptions (const ImporterOptions &)=default
 
 ImporterOptions (ImporterOptions &&)=default
 
ImporterOptionsoperator= (const ImporterOptions &)=default
 
ImporterOptionsoperator= (ImporterOptions &&)=default
 

Detailed Description

ImporterOptions with default constructor usable.


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