Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

normalizer.h

Go to the documentation of this file.
00001 #ifndef _NORMALIZER_H_
00002 #define _NORMALIZER_H_
00003 
00004 #include "streenode.h"
00005 
00006 class Normalizer : public Node::Transformer {
00007  public:
00008 
00009 };
00010 
00012 typedef PriorityPair<Normalizer> PriorityNormalizerPair;
00013 
00015 typedef PriorityList<Normalizer> NormalizerList;
00016 
00017 
00018 #endif
00019 

Generated on Fri Nov 21 17:54:03 2003 for PHPX by doxygen 1.3.3