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

Method PushClass

src/SFGUI/Parsers/ThemeParser/GrammarPredicates.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void ThemeGrammar::PushClass() {
28 m_classes.push( m_identifiers.top() );
29 m_identifiers.pop();
30}
31
32void ThemeGrammar::PushState() {
33 m_states.push( m_identifiers.top() );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected