CommunicatorPtr Ice::initialize | ( | int & | argc, |
const char * | argv[], | ||
std::string_view | configFile ) |
Creates a new communicator.
[in,out] | argc | The number of arguments in argv . When this function parses properties from argv , it reshuffles the arguments so that the remaining arguments start at the beginning of argv , and updates argc . |
argv | The command-line arguments. This function parses arguments starting with -- and one of the reserved prefixes (Ice, IceSSL, etc.) as properties for the new communicator. | |
configFile | The name of an Ice configuration file. |