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

Method PushTheme

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

Source from the content-addressed store, hash-verified

163}
164
165void ThemeGrammar::PushTheme() {
166 while( !m_rules.empty() ) {
167 m_theme.push_back( m_rules.top() );
168 m_rules.pop();
169 }
170
171 std::reverse( m_theme.begin(), m_theme.end() );
172}
173
174}
175}

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected