Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ ~BaseClass
Method
~BaseClass
samples/inheritance.cpp:12–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
BaseClass(const BaseClass &) = default;
11
12
virtual ~BaseClass() {}
13
14
virtual std::string doSomething(float, double) const = 0;
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected