ConfigWorkspace

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

exactlyOne
ConfigWorkspace exactlyOne(string uri)
Undocumented in source. Be warned that the author may not have intended to support it.
unnamedWorkspace
ConfigWorkspace unnamedWorkspace()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

index
size_t index;

0-based index which workspace is being processed out of the total count. (for progress reporting)

isUnnamedWorkspace
bool isUnnamedWorkspace;

Only true _iff_ this config applies to the unnamed workspace (folder-less workspace)

numWorkspaces
size_t numWorkspaces;

Number of workspaces which are being processed right now in total. (for progress reporting)

uri
string uri;

Workspace URI, resolved to a local workspace URI, or null if none found. May be null for invalid workspaces or if this is the unnamed workspace. Check isUnnamedWorkspace to see if this is the unnamed workspace.

Meta