/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#ifndef mozilla_Dafsa_h #define mozilla_Dafsa_h
#include"stdint.h"
#include"mozilla/Span.h" #include"nsStringFwd.h"
namespace mozilla {
/** *Adeterministicacyclicfinitestateautomatonsuitableforstoringstatic *dictionariesoftaggedasciistrings.Considerusingthisifyouhaveavery *largesetofstringsthatneedanassociatedenumvalue. * *Currentlythestringtagislimitedby`make_dafsa.py`toavalueof[0-4]. *Intheory[0-15]caneasilybesupported. * *See`make_dafsa.py`formoredetails.
*/ class Dafsa {
public:
using Graph = Span<const uint8_t>;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.