/*************************************************************************** qtxmlpatterns4handlers.cpp - QtXmlPatterns specific marshallers ------------------- begin : 06-19-2010 copyright : (C) 2010 Chris Burel email : chrisburel@gmail.com ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either vesion 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #include #include // Perl headers extern "C" { #include "EXTERN.h" #include "perl.h" #include "XSUB.h" #include "ppport.h" } #include #include DEF_VALUELIST_MARSHALLER( QXmlNodeModelIndexVector , QVector, QXmlNodeModelIndex ) TypeHandler QtXmlPatterns4_handlers[] = { { "QVector", marshall_QXmlNodeModelIndexVector }, { 0, 0 } };