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

Method PushType

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

Source from the content-addressed store, hash-verified

15}
16
17void ThemeGrammar::PushType() {
18 if( m_identifiers.empty() ) {
19 m_types.push( "*" );
20 }
21 else {
22 m_types.push( m_identifiers.top() );
23 m_identifiers.pop();
24 }
25}
26
27void ThemeGrammar::PushClass() {
28 m_classes.push( m_identifiers.top() );

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.80

Tested by

no test coverage detected