Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
void identify(Base *b)
12
{
13
std::cout << b->name() <<
" called."
<< std::endl;
14
}
15
16
#include <boost/python.hpp>
17
using namespace boost::python;
Callers
1
virtual.py
File · 0.90
Calls
1
name
Method · 0.45
Tested by
no test coverage detected