Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
665 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. //
  4. // CThaiSentTrieIter - contain the header for class CThaiSentTrieIter
  5. //
  6. // History:
  7. // created 8/99 aarayas
  8. //
  9. // �1999 Microsoft Corporation
  10. //----------------------------------------------------------------------------
  11. #ifndef _CTHAISENTTRIEITER_HPP_
  12. #define _CTHAISENTTRIEITER_HPP_
  13. #include <windows.h>
  14. #include <assert.h>
  15. #include <memory.h>
  16. #include "lexheader.h"
  17. #include "trie.h"
  18. #include "NLGlib.h"
  19. #include "ProofBase.h"
  20. #include "thwbdef.hpp"
  21. #include "CTrie.hpp"
  22. class CThaiSentTrieIter : public CTrieIter {
  23. public:
  24. void GetNode();
  25. WCHAR pos;
  26. };
  27. #endif