ImporterHost (struct)¶
The ImporterHost describes the host application performing the import. This can be useful information for Importer implementations, since data might be converted differently depending on the host consuming the data.
Methods¶
ImporterHost ( in ImporterHost other ) | |
ImporterHost () | |
ImporterHost | clone ? () |
Methods in detail¶
ImporterHost ( in ImporterHost other )
copy constructor
ImporterHost ()
default constructor
ImporterHost ImporterHost.clone? ()
clone method