Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ initialize() [11/12]

CommunicatorPtr Ice::initialize ( StringSeq & seq,
InitializationData initData = {} )

Creates a new communicator.

Parameters
[in,out]seqThe command-line arguments. This function parses arguments starting with -- and one of the reserved prefixes (Ice, IceSSL, etc.) as properties for the new communicator and removes these elements from the list. If there is an argument starting with --Ice.Config, this function loads the specified configuration file. When the same property is set in a configuration file and through a command-line argument, the command-line setting takes precedence.
initDataOptions for the new communicator.
Returns
The new communicator.