libdballe 9.14
dballe::impl::ExporterOptions Struct Reference

ExporterOptions with default constructor usable. More...

#include <msg.h>

Inheritance diagram for dballe::impl::ExporterOptions:
dballe::ExporterOptions

Public Member Functions

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

Additional Inherited Members

Static Public Member Functions inherited from dballe::ExporterOptions
static std::unique_ptr< ExporterOptionscreate ()
 Create with default values.
Public Attributes inherited from dballe::ExporterOptions
std::string template_name
 Name of template to use for output (leave empty to autodetect).
int centre = MISSING_INT
 Originating centre.
int subcentre = MISSING_INT
 Originating subcentre.
int application = MISSING_INT
 Originating application ID.
Static Public Attributes inherited from dballe::ExporterOptions
static const ExporterOptions defaults
Protected Member Functions inherited from dballe::ExporterOptions
 ExporterOptions ()=default
 Create new Options initialised with default values.
 ExporterOptions (const ExporterOptions &)=default
 ExporterOptions (ExporterOptions &&)=default
ExporterOptionsoperator= (const ExporterOptions &)=default
ExporterOptionsoperator= (ExporterOptions &&)=default

Detailed Description

ExporterOptions with default constructor usable.


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