Tokens.txt
上传用户:yanganfa
上传日期:2007-01-01
资源大小:195k
文件大小:2k
源码类别:

进程与线程

开发平台:

Visual C++

  1. ***********************************
  2. CThread C++ SOURCE TEMPLATE TOKENS:
  3. ***********************************
  4. -----------------------------------
  5. <$CLASS_IDENTITY$>
  6. -----------------------------------
  7. Used in the unique header identification compiler 'ifdef' directive
  8. Example of use: "THREADDERIVED"
  9. -----------------------------------
  10. <$TIME_IDENTIFICATOR$>
  11. -----------------------------------
  12. Used in the unique header identification compiler 'ifdef' directive
  13. Ex: "8540809256"
  14. -----------------------------------
  15. <$CLASS_FILENAME$>
  16. -----------------------------------
  17. #include class header file title
  18. Ex: "ThreadDerived"
  19. -----------------------------------
  20. <$BASE_CLASS_FILENAME$>
  21. -----------------------------------
  22. Base class file title used in #include directive
  23. Ex: "Thread"
  24. -----------------------------------
  25. <$BASE_CLASS$>
  26. -----------------------------------
  27. Base class name
  28. Ex: "CThread"
  29. -----------------------------------
  30. <$CLASS$>
  31. -----------------------------------
  32. New class name
  33. Ex: "CThreadDerived"
  34. -----------------------------------
  35. <$SUPPORT_THREAD_SYNCHRONIZATION$>
  36. <$SUPPORT_THREAD_NOTIFICATION$>
  37. <$DECLARE_THREAD_HANDLER$>
  38. <$IMPLEMENT_THREAD_HANDLER$>
  39. -----------------------------------
  40. Note:
  41. Only one pair of templates (*.ctp and *.htp) is acceptable - files: 'CThreadDerived.htp'
  42. and 'CThreadDerived.ctp'. User-defined templates may be placed in Templates as well
  43. but with different names.
  44. For more information how to localize these tokens in the user defined templates
  45. see 'ThreadDerived.ctp' and 'ThreadDerived.htp' templates in Templates directory.