MCPcopy Create free account
hub / github.com/TankOs/SFGUI / GetGUID

Method GetGUID

src/SFGUI/Signal.cpp:53–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53Signal::SignalID Signal::GetGUID() {
54 return ++last_guid;
55}
56
57Signal& SignalContainer::operator[]( const Signal::SignalID& id ) {
58 if( !m_signals ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected