MCPcopy Create free account
hub / github.com/pybind/pybind11 / get_base_value

Method get_base_value

tests/test_python_multiple_inheritance.cpp:10–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8struct CppBase {
9 explicit CppBase(int value) : base_value(value) {}
10 int get_base_value() const { return base_value; }
11 void reset_base_value(int new_value) { base_value = new_value; }
12
13private:

Callers 2

test_PCFunction · 0.80
test_PPCCFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected