MCPcopy Create free account
hub / github.com/cztomczak/cefpython / BaseMixin

Class BaseMixin

src/include/base/cef_bind_helpers.h:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 typedef char No[2];
267
268 struct BaseMixin {
269 void AddRef();
270 };
271
272// MSVC warns when you try to use Base if T has a private destructor, the
273// common pattern for refcounted types. It does this even though no attempt to

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected