MCPcopy Create free account
hub / github.com/Illation/ETEngine / ComponentSignature

Method ComponentSignature

Engine/source/EtFramework/ECS/ComponentSignature.cpp:19–23  ·  view source on GitHub ↗

--------------------------- ComponentSignature::c-tor construct from type list

Source from the content-addressed store, hash-verified

17// construct from type list
18//
19ComponentSignature::ComponentSignature(T_CompTypeList const& types)
20 : m_Impl(types)
21{
22 std::sort(m_Impl.begin(), m_Impl.end());
23}
24
25//---------------------------
26// ComponentSignature::c-tor

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected