Package de.netallied.xsd2cppsax.saxfwl.model

Examples of de.netallied.xsd2cppsax.saxfwl.model.GlobalConfig


        List<String> forwardDeclList = new ArrayList<String>();
        for (String forwardDecl : configType.getForwardDeclList()) {
            forwardDeclList.add(forwardDecl);
        }

        return new GlobalConfig(outpathBaseInc, outpathBaseSrc, forwardDeclList, header, includeHeaderList,
                includeImplList, namespace, versionList);
    }
View Full Code Here

TOP

Related Classes of de.netallied.xsd2cppsax.saxfwl.model.GlobalConfig

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.