conf.gsoap.properties Maven / Gradle / Ivy
regexp.namespace=^#define[ \\t]+SOAP_NAMESPACE_OF_([\\w\\d]+\\d+)[ \\t]+"(http://((?:(?:[\\w\\d]+)\\.?)+(?:/(?:[\\d\\w]+))?))" *$
underscore=_USCORE
callPrefix=soap_call__
arrayofbyte.stubclass=xsd__base64Binary
arrayofbyte.cppclass=std::shared_ptr>
regexp.classmap=^class[\\t ]+(([\\w\\d]+\\d+)__((?:[a-zA-Z\\d]|_USCORE)+)?);[ \\t]*/\\* *[:\\.\\\\\\d\\w]+\\.h:\\d+ *\\*/$
regexp.refclass=^class[\\t ]+(([a-zA-Z\\d]+\\d+)__((?:[a-zA-Z\\d]|_USCORE)+)?);[ \\t]*/\\* *[:\\.\\\\\\d\\w]+\\.h:\\d+ *\\*/$
# $CLASS_NAME$ must be replace with name required, $1 all properties
regexp.classdef=^class +SOAP_CMAC +$CLASS_NAME$\\s+(?:: +public +[\\w\\d]+)?\\s*\\{\\s+public:([\\s\\S]*?)(?:/// Context that manages this object\\s+struct +soap +\\*soap;$)?\\s+public:
# $1 type $2 name
regexp.propdef=^\\s+/// Optional element[\\s\\S]+?$\\s+((?:[ \\S]+)+?)\\b([\\d\\w]+)\\s*;$
© 2015 - 2025 Weber Informatics LLC | Privacy Policy