Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  txPatternOptimizer.h   Sprache: unbekannt

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#ifndef txPatternOptimizer_h_
#define txPatternOptimizer_h_

#include "txXPathOptimizer.h"

class txPattern;

class txPatternOptimizer {
 public:
  /**
   * Optimize the given pattern.
   * @param aInPattern    Pattern to optimize.
   * @param aOutPattern   Resulting pattern, null if optimization didn't
   *                      result in a new pattern.
   */

  void optimize(txPattern* aInPattern, txPattern** aOutPattern);

 private:
  // Helper methods for optimizing specific classes
  void optimizeStep(txPattern* aInPattern, txPattern** aOutPattern);

  txXPathOptimizer mXPathOptimizer;
};

#endif  // txPatternOptimizer_h_

Messung V0.5 in Prozent
C=88 H=100 G=94

[zur Elbe Produktseite wechseln0.16QuellennavigatorsAnalyse erneut starten2026-08-24]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002