mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-10 14:58:10 -05:00
Add MenuMatcherFactory with extensions for Numeric and Text token types
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
#include "Parsing/Simple/SimpleParserValue.h"
|
||||
#include "Parsing/Matcher/AbstractMatcherFactory.h"
|
||||
|
||||
class SimpleMatcherFactory final : public AbstractMatcherFactory<SimpleParserValue>
|
||||
class SimpleMatcherFactory : public AbstractMatcherFactory<SimpleParserValue>
|
||||
{
|
||||
public:
|
||||
explicit SimpleMatcherFactory(const IMatcherForLabelSupplier<SimpleParserValue>* labelSupplier);
|
||||
|
Reference in New Issue
Block a user