HeightChecker.hpp
Go to the documentation of this file.
1 
18 #pragma once
19 #include "TreeValidator.hpp"
20 namespace ISM {
21 
23 {
24  public:
25  HeightChecker(unsigned maxHeight) : mMaxHeight(maxHeight) {}
26  bool isTreeValid(TreePtr tree);
27  virtual std::string getDescription();
28 
29  private:
30  unsigned mMaxHeight;
31 };
32 
33 }
34 
35 
bool isTreeValid(TreePtr tree)
boost::shared_ptr< Tree > TreePtr
Definition: typedef.hpp:46
HeightChecker(unsigned maxHeight)
this namespace contains all generally usable classes.
virtual std::string getDescription()


asr_lib_ism
Author(s): Hanselmann Fabian, Heller Florian, Heizmann Heinrich, Kübler Marcel, Mehlhaus Jonas, Meißner Pascal, Qattan Mohamad, Reckling Reno, Stroh Daniel
autogenerated on Wed Jan 8 2020 04:02:40