Blender  V3.3
xml.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #ifndef __UTIL_XML_H__
5 #define __UTIL_XML_H__
6 
7 /* PugiXML is used for XML parsing. */
8 
9 #include <pugixml.hpp>
10 
12 
13 OIIO_NAMESPACE_USING
14 
15 #ifdef WITH_SYSTEM_PUGIXML
16 # define PUGIXML_NAMESPACE pugi
17 #else
18 # define PUGIXML_NAMESPACE OIIO_NAMESPACE::pugi
19 #endif
20 
21 using PUGIXML_NAMESPACE::xml_attribute;
22 using PUGIXML_NAMESPACE::xml_document;
23 using PUGIXML_NAMESPACE::xml_node;
24 using PUGIXML_NAMESPACE::xml_parse_result;
25 
27 
28 #endif /* __UTIL_XML_H__ */
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9