|
libdballe
8.6
|
ImporterOptions with default constructor usable. More...
#include <msg.h>
Public Member Functions | |
| ImporterOptions (const std::string &s) | |
| ImporterOptions (const ImporterOptions &)=default | |
| ImporterOptions (ImporterOptions &&)=default | |
| ImporterOptions & | operator= (const ImporterOptions &)=default |
| ImporterOptions & | operator= (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 | |
Static Public Member Functions inherited from dballe::ImporterOptions | |
| static std::unique_ptr< ImporterOptions > | create () |
| Create with default values. | |
| static std::unique_ptr< ImporterOptions > | create (const std::string &s) |
| Opposite of to_string: create an Options from a string. | |
Public Attributes inherited from dballe::ImporterOptions | |
| bool | simplified = true |
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 | |
| ImporterOptions & | operator= (const ImporterOptions &)=default |
| ImporterOptions & | operator= (ImporterOptions &&)=default |
ImporterOptions with default constructor usable.
1.8.16