Engage Engine API
1.251.9091
|
Base for a description of an external module. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
![]() | |
virtual void | initForDocumenting () |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
std::string | name |
Name. | |
std::string | file |
File spec. | |
nlohmann::json | configuration |
Optional free-form JSON configuration to be passed to the module. | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Base for a description of an external module.
Helper C++ class to serialize and de-serialize ExternalModuleBase JSON
Example:
Definition at line 7177 of file ConfigurationObjects.h.
|
inline |
Definition at line 7192 of file ConfigurationObjects.h.
|
inline |
Definition at line 7197 of file ConfigurationObjects.h.
nlohmann::json AppConfigurationObjects::ExternalModule::configuration |
Optional free-form JSON configuration to be passed to the module.
Definition at line 7190 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::ExternalModule::file |
File spec.
Definition at line 7187 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::ExternalModule::name |
Name.
Definition at line 7184 of file ConfigurationObjects.h.