MCPcopy Create free account
hub / github.com/TNG/boost-python-examples / identify

Function identify

06-VirtualFunctionsInPython/virtual.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9};
10
11void identify(Base *b)
12{
13 std::cout << b->name() << " called." << std::endl;
14}
15
16#include <boost/python.hpp>
17using namespace boost::python;

Callers 1

virtual.pyFile · 0.90

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected