MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::McpSettings::CmdLineOverrides Struct Reference

#include <MRViewer/MRMcpSettings.h>

Public Attributes

int port = 0
 -mcpPort N. <= 0 means no override.
std::filesystem::path dumpFilePath
 -mcpDumpFile <path>. Empty means no dump.

Detailed Description

Overrides parsed from the application's command-line arguments. Sentinel values (port <= 0, empty dumpFilePath) mean "no override".

Member Data Documentation

◆ dumpFilePath

std::filesystem::path MR::McpSettings::CmdLineOverrides::dumpFilePath

-mcpDumpFile <path>. Empty means no dump.

◆ port

int MR::McpSettings::CmdLineOverrides::port = 0

-mcpPort N. <= 0 means no override.


The documentation for this struct was generated from the following file: