|
forb
|
The type that will store all information about a remote object that will be parsed from the JSON file. More...
Public Attributes | |
| std::string | _module = "" |
| The module/namespace in which the class is defined. | |
| std::string | _class = "" |
| The class name. | |
| std::string | _ip = "" |
| The IP address of the remote host. | |
| int | _port = 0 |
| The port number of the remote host. | |
The type that will store all information about a remote object that will be parsed from the JSON file.
1.8.12