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

Method PushDeclaration

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

Source from the content-addressed store, hash-verified

129}
130
131void ThemeGrammar::PushDeclaration() {
132 struct Declaration declaration;
133
134 declaration.m_property_name = m_identifiers.top().str();
135 m_identifiers.pop();
136
137 declaration.m_property_value = m_values.top().str();
138 m_values.pop();
139
140 m_declarations.push( declaration );
141}
142
143void ThemeGrammar::PushRule() {
144 struct Rule rule;

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected