Engage Engine API
1.251.9091
|
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
bool | matches (const NetworkAddress &other) |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
std::string | address |
IP address. | |
int | port |
Port. | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Helper C++ class to serialize and de-serialize NetworkAddress JSON
TODO: Complete this Class
Example:
Definition at line 2215 of file ConfigurationObjects.h.
|
inline |
Definition at line 2227 of file ConfigurationObjects.h.
|
inline |
Definition at line 2232 of file ConfigurationObjects.h.
|
inline |
Definition at line 2238 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::NetworkAddress::address |
IP address.
Definition at line 2222 of file ConfigurationObjects.h.
int AppConfigurationObjects::NetworkAddress::port |
Port.
Definition at line 2225 of file ConfigurationObjects.h.