<?xml version="1.0" encoding="UTF-8" standalone="yes"?>

<!--
// // See license.txt for license information. // // impl.xml // // 30-Jun-2005 phamilton Created //
-->

<filedef name="impl">
    <filepath>$(filepath)</filepath>
    <extension>_.cpp</extension>
    <root>$(root)</root>
    <ignoreobjects>$(ignoreobjects)</ignoreobjects>
    <blocks>
        <namespace name="namespace"/>
        <date name="date">
            <format>%e-%b-%Y</format>
        </date>
        <stringmember name="classname">
            <membername>classname</membername>
        </stringmember>
        <import href="../common/impl/staticmembers.xml"/>
        <import href="../common/impl/concreteimplementations.xml">
            <param name="boostv" value="$(boostv)"/>
        </import>
        <import href="../common/impl/overrideimplementations.xml">
            <param name="boostv" value="$(boostv)"/>
        </import>
        <import href="../common/impl/using.xml">
            <param name="boostv" value="$(boostv)"/>
        </import>
        <import href="../common/impl/includes.xml">
            <param name="boostv" value="$(boostv)"/>
        </import>
    </blocks>
    <structure>\comment=on See license.txt for license information. \(classname)_.cpp Generated by tangle. Edit at your own risk! \comment=off #include "\classname.hpp" \includes using namespace \namespace; \using \staticmembers \concreteimplementations \overrideimplementations </structure>
</filedef>