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.

ImporterHost ImporterHost ImporterHost

Members

String name  
String version  
String os  
String machine  
String user  

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