OGLplus (0.52.0) a C++ wrapper for OpenGL

xml.hpp
1 
12 #ifndef __OGLPLUS_UTILS_XML_1310290816_HPP
13 #define __OGLPLUS_UTILS_XML_1310290816_HPP
14 
15 #include <iosfwd>
16 #include <cstddef>
17 
18 namespace oglplus {
19 namespace aux {
20 
21 std::ostream& xml_text_to_stream(
22  const char* text,
23  std::size_t length,
24  std::ostream& output
25 );
26 
27 } // namespace aux
28 } // namespace oglplus
29 
30 #if !OGLPLUS_LINK_LIBRARY || defined(OGLPLUS_IMPLEMENTING_LIBRARY)
31 #include <oglplus/utils/xml.ipp>
32 #endif // OGLPLUS_LINK_LIB
33 
34 #endif

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).