MCPcopy Create free account
hub / github.com/CuarzoSoftware/Louvre / LFactoryObject

Method LFactoryObject

src/lib/core/LFactoryObject.cpp:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5using namespace Louvre;
6
7LFactoryObject::LFactoryObject(Type type) noexcept : m_type(type)
8{
9 assert((Int32)type == LFactory::objectBeingCreatedType() && "LFactoryObject instances can only be created from LCompositor::createObjectRequest().");
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected