MCPcopy Create free account
hub / github.com/FFMS/ffms2 / ~OptionMapperBase

Method ~OptionMapperBase

src/core/utils.h:97–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95 virtual void ToOpt(FFMS_Struct const& src, void *dst) const = 0;
96 virtual void FromOpt(FFMS_Struct &dst, void *src) const = 0;
97 virtual ~OptionMapperBase() = default;
98 };
99
100 template<typename T>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected