LibreOffice Module codemaker (master) 1
Functions
javatype.cxx File Reference
#include <sal/config.h>
#include <algorithm>
#include <cassert>
#include <cstdlib>
#include <map>
#include <memory>
#include <set>
#include <string_view>
#include <utility>
#include <vector>
#include <codemaker/codemaker.hxx>
#include <codemaker/exceptiontree.hxx>
#include <codemaker/generatedtypeset.hxx>
#include <codemaker/global.hxx>
#include <codemaker/options.hxx>
#include <codemaker/typemanager.hxx>
#include <codemaker/unotype.hxx>
#include <codemaker/commonjava.hxx>
#include <rtl/ref.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/string.hxx>
#include <rtl/ustrbuf.hxx>
#include <rtl/ustring.hxx>
#include <sal/types.h>
#include <unoidl/unoidl.hxx>
#include <o3tl/string_view.hxx>
#include "classfile.hxx"
#include "javaoptions.hxx"
#include "javatype.hxx"
Include dependency graph for javatype.cxx:

Go to the source code of this file.

Functions

void produce (OUString const &name, rtl::Reference< TypeManager > const &manager, codemaker::GeneratedTypeSet &generated, JavaOptions const &options)
 

Function Documentation

◆ produce()

void produce ( OUString const &  name,
rtl::Reference< TypeManager > const &  manager,
codemaker::GeneratedTypeSet generated,
JavaOptions const &  options 
)