#include <CscCommon.h>#include <Bridging/EnvironmentInteractionCommands/MetadataBuilder/CscCommandMetadataBuilder.h>Go to the source code of this file.
Functions | |
| ptr< CscCommandMetadataBuilderResult > | parseCommandHeader (const fs::path &commandFilePath, const string &expectedCommandId, bool forceReparse=false) |
| ptr< CscCommandMetadataBuilderResult > | parseCommandHeaderIfNotDetected (const fs::path &commandFilePath, const string &expectedCommandId) |
| ptr< CscCommandMetadataBuilderResult > | parseCommandHeaderIfNotDetected (const string &commandFileName, const string &expectedCommandId) |
| void | ensureAllMetadataLoaded () |
Variables | |
| static const fs::path | COMMANDS_DIR = fs::weakly_canonical("../../Bridging/EnvironmentInteractionCommands") |
| void ensureAllMetadataLoaded | ( | ) |
| ptr<CscCommandMetadataBuilderResult> parseCommandHeader | ( | const fs::path & | commandFilePath, |
| const string & | expectedCommandId, | ||
| bool | forceReparse = false |
||
| ) |
| ptr<CscCommandMetadataBuilderResult> parseCommandHeaderIfNotDetected | ( | const fs::path & | commandFilePath, |
| const string & | expectedCommandId | ||
| ) |
| ptr<CscCommandMetadataBuilderResult> parseCommandHeaderIfNotDetected | ( | const string & | commandFileName, |
| const string & | expectedCommandId | ||
| ) |
|
static |