Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
XmlUtil.cpp File Reference

Namespaces

namespace  sese
 
namespace  sese::xml
 

Macros

#define CHECK(word)
 

Macro Definition Documentation

◆ CHECK

#define CHECK ( word)
Value:
if (tokens.empty()) return nullptr; \
if (tokens.front() != word) return nullptr

Referenced by sese::xml::XmlUtil::createElement().