Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

Leaf.hpp

Go to the documentation of this file.
00001 
00008 #ifndef Leaf_HPP
00009 #define Leaf_HPP
00010 
00011 #include "common.hpp"
00012 #include "apriori/bodon/LeafWithoutConstructor.hpp"
00013 
00014 
00015 namespace Bodon
00016 {
00019    class Leaf : public LeafWithoutConstructor
00020    {
00021       public:
00022          Leaf() {counter = 0;}
00023          Leaf(const counter_t counter) { this->counter = counter;}
00024    };
00025 }
00026 #endif

Generated on Sun Sep 17 17:50:39 2006 for FIM environment by  doxygen 1.4.4