/* | |
* Stack.h | |
* | |
* Created on: 24 Oct 2015 | |
* Author: hieu | |
*/ | |
namespace Moses2 | |
{ | |
namespace NSNormal | |
{ | |
class Stack: public HypothesisColl | |
{ | |
public: | |
Stack(const Manager &mgr); | |
virtual ~Stack(); | |
protected: | |
}; | |
} | |
} | |
/* | |
* Stack.h | |
* | |
* Created on: 24 Oct 2015 | |
* Author: hieu | |
*/ | |
namespace Moses2 | |
{ | |
namespace NSNormal | |
{ | |
class Stack: public HypothesisColl | |
{ | |
public: | |
Stack(const Manager &mgr); | |
virtual ~Stack(); | |
protected: | |
}; | |
} | |
} | |