// file : xsd/cxx/xml/bits/literals.hxx // copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC // license : GNU GPL v2 + exceptions; see accompanying LICENSE file #ifndef XSD_CXX_XML_BITS_LITERALS_HXX #define XSD_CXX_XML_BITS_LITERALS_HXX namespace xsd { namespace cxx { namespace xml { namespace bits { template const C* xml_prefix (); template const C* xml_namespace (); template const C* xmlns_prefix (); template const C* xmlns_namespace (); template const C* xsi_prefix (); template const C* xsi_namespace (); template const C* type (); template const C* nil_lit (); template const C* schema_location (); template const C* no_namespace_schema_location (); template const C* first_prefix (); template const C* second_prefix (); template const C* third_prefix (); template const C* fourth_prefix (); template const C* fifth_prefix (); } } } } #endif // XSD_CXX_XML_BITS_LITERALS_HXX #include