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

Method getVal

tests/test_class_sh_trampoline_unique_ptr.cpp:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17 void setVal(std::uint64_t val) { val_ = val; }
18 std::uint64_t getVal() const { return val_; }
19
20 virtual std::unique_ptr<Class> clone() const = 0;
21 virtual int foo() const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected