20#ifndef INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
21#define INCLUDED_CODEMAKER_GENERATEDTYPESET_HXX
23#include <rtl/string.hxx>
25#include <unordered_set>
64 std::unordered_set<OString>
m_set;
A simple class to track which types have already been processed by a code maker.
std::unordered_set< OString > m_set
GeneratedTypeSet(GeneratedTypeSet const &)=delete
bool contains(OString const &type) const
Checks whether a given type has already been generated.
GeneratedTypeSet & operator=(GeneratedTypeSet const &)=delete
void add(OString const &type)
Add a type to the set of generated types.