MCPcopy Create free account
hub / github.com/cginternals/globjects / visit

Method visit

source/globjects/source/ObjectVisitor.cpp:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void ObjectVisitor::visit(Object* object)
22{
23 assert(object != nullptr);
24
25 object->accept(*this);
26}
27
28void ObjectVisitor::visitBuffer(Buffer* /*buffer*/)
29{

Callers

nothing calls this directly

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected