MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / mark

Method mark

include/cpp/Variant.h:464–474  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462
463
464 void Variant::mark(hx::MarkContext *__inCtx)
465 {
466 if (type==typeString)
467 {
468 HX_MARK_STRING(valStringPtr);
469 }
470 else if (type==typeObject)
471 {
472 HX_MARK_OBJECT(valObject);
473 }
474 }
475
476 template<typename T>
477 bool Variant::operator==(const T &inRHS) const

Callers 1

Variant>Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected