Include dependency graph for skin_parser.cpp:

Defines | |
| #define | CheckDefault(a, b) if( attr.find(a) == attr.end() ) attr[strdup(a)] = strdup(b); |
| #define | RequireDefault(a) |
| #define CheckDefault | ( | a, | |||
| b | ) | if( attr.find(a) == attr.end() ) attr[strdup(a)] = strdup(b); |
| #define RequireDefault | ( | a | ) |
Value:
if( attr.find(a) == attr.end() ) \ { \ msg_Err( getIntf(), "bad theme (element: %s, missing attribute: %s)", \ rName.c_str(), a ); \ m_errors = true; return; \ }
1.5.1