FileAlias.txt
上传用户:jnxxjx
上传日期:2015-03-08
资源大小:3388k
文件大小:2k
源码类别:

VC书籍

开发平台:

C/C++

  1. // This file maps an input file name to an alias name.
  2. // The alias name is used to determine the file's document type.
  3. // The Document Options command lets you specify how a file name maps to
  4. // a document type.
  5. // Each line should contain data in the form:
  6. //  filename = aliasname
  7. // The file names are not case sensitive.
  8. // This is a list of the files in the Standard C++ Library.  They are listed 
  9. // here because they do not have an extension, and we want to treat them 
  10. // like .h files.
  11. algorithm=algorithm.h
  12. BITSET=BITSET.h
  13. CASSERT=CASSERT.h
  14. CCTYPE=CCTYPE.h
  15. CERRNO=CERRNO.h
  16. CFLOAT=CFLOAT.h
  17. CISO646=CISO646.h
  18. CLIMITS=CLIMITS.h
  19. CLOCALE=CLOCALE.h
  20. CMATH=CMATH.h
  21. COMPLEX=COMPLEX.h
  22. CSETJMP=CSETJMP.h
  23. CSIGNAL=CSIGNAL.h
  24. CSTDARG=CSTDARG.h
  25. CSTDDEF=CSTDDEF.h
  26. CSTDIO=CSTDIO.h
  27. CSTDLIB=CSTDLIB.h
  28. CSTRING=CSTRING.h
  29. CTIME=CTIME.h
  30. CWCHAR=CWCHAR.h
  31. CWCTYPE=CWCTYPE.h
  32. DEQUE=DEQUE.h
  33. functional=functional.h
  34. FSTREAM=FSTREAM.h
  35. IOMANIP=IOMANIP.h
  36. IOS=IOS.h
  37. IOSFWD=IOSFWD.h
  38. IOSTREAM=IOSTREAM.h
  39. ISTREAM=ISTREAM.h
  40. ITERATOR=ITERATOR.h
  41. LIMITS=LIMITS.h
  42. LIST=LIST.h
  43. LOCALE=LOCALE.h
  44. MAP=MAP.h
  45. MEMORY=MEMORY.h
  46. NEW=NEW.h
  47. NUMERIC=NUMERIC.h
  48. OSTREAM=OSTREAM.h
  49. QUEUE=QUEUE.h
  50. SET=SET.h
  51. SSTREAM=SSTREAM.h
  52. STACK=STACK.h
  53. stdexcept=stdexcept.h
  54. streambuf=streambuf.h
  55. STRING=STRING.h
  56. strstream=strstream.h
  57. TYPEINFO=TYPEINFO.h
  58. UTILITY=UTILITY.h
  59. VALARRAY=VALARRAY.h
  60. VECTOR=VECTOR.h
  61. exception=exception.h
  62. XCOMPLEX=XCOMPLEX.h
  63. XIOSBASE=XIOSBASE.h
  64. XLOCALE=XLOCALE.h
  65. XLOCINFO=XLOCINFO.h
  66. XLOCMON=XLOCMON.h
  67. XLOCNUM=XLOCNUM.h
  68. XLOCTIME=XLOCTIME.h
  69. XMEMORY=XMEMORY.h
  70. XSTDDEF=XSTDDEF.h
  71. XSTRING=XSTRING.h
  72. XTREE=XTREE.h
  73. XUTILITY=XUTILITY.h
  74. CERTSRV=CERTSRV.h
  75. VERFILE=VERFILE.h