Fix documentation build under maverick (doxygen 1.7.1)
[senf.git] / senf / Packets / ListNParser.cti
index ca46454..16c4a33 100644 (file)
 // Custom includes
 
 #define prefix_ inline
-///////////////////////////////cti.p///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 
 template <class ElementParser, class AuxPolicy>
 prefix_ senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::ListNParser_Policy()
 {}
 
 template <class ElementParser, class AuxPolicy>
+prefix_ senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::
+ListNParser_Policy(parser_policy const & policy)
+  : AuxPolicy(policy)
+{}
+
+template <class ElementParser, class AuxPolicy>
 template <class Arg>
 prefix_
 senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::ListNParser_Policy(Arg const & aux)
@@ -68,6 +74,18 @@ prefix_ void senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::init(dat
 
 template <class ElementParser, class AuxPolicy>
 prefix_ void
+senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::construct(container_type & c)
+    const
+{}
+
+template <class ElementParser, class AuxPolicy>
+prefix_ void
+senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::destruct(container_type & c)
+    const
+{}
+
+template <class ElementParser, class AuxPolicy>
+prefix_ void
 senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::erase(container_type & c,
                                                                  data_iterator p)
     const
@@ -122,7 +140,7 @@ senf::detail::ListNParser_Policy<ElementParser,AuxPolicy>::next(container_type c
         : c.data().end();
 }
 
-///////////////////////////////cti.e///////////////////////////////////////
+//-/////////////////////////////////////////////////////////////////////////////////////////////////
 #undef prefix_
 
 \f