MCPcopy Create free account
hub / github.com/N64Recomp/N64Recomp / LiveGenerator

Method LiveGenerator

include/recompiler/live_recompiler.h:95–95  ·  view source on GitHub ↗

Prevent moving or copying.

Source from the content-addressed store, hash-verified

93 ~LiveGenerator();
94 // Prevent moving or copying.
95 LiveGenerator(const LiveGenerator& rhs) = delete;
96 LiveGenerator(LiveGenerator&& rhs) = delete;
97 LiveGenerator& operator=(const LiveGenerator& rhs) = delete;
98 LiveGenerator& operator=(LiveGenerator&& rhs) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected