MCPcopy Create free account
hub / github.com/davideberly/GeometricTools / BaseEngine

Method BaseEngine

GTE/Graphics/BaseEngine.h:34–34  ·  view source on GitHub ↗

Disallow copy and assignment.

Source from the content-addressed store, hash-verified

32
33 // Disallow copy and assignment.
34 BaseEngine(BaseEngine const&) = delete;
35 BaseEngine& operator=(BaseEngine const&) = delete;
36
37 public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected