MCPcopy Create free account
hub / github.com/apngasm/apngasm / CLI

Method CLI

cli/src/cli.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129const std::string CLI::VERSION = APNGASM_CLI_VERSION;
130
131CLI::CLI(int argc, char **argv) : options(argc, argv), assembler() {
132 pListener = new CustomAPNGAsmListener(&assembler, options.getOverwriteMode());
133 assembler.setAPNGAsmListener(pListener);
134}
135
136CLI::~CLI() { delete pListener; }
137

Callers

nothing calls this directly

Calls 2

getOverwriteModeMethod · 0.80
setAPNGAsmListenerMethod · 0.80

Tested by

no test coverage detected