2
0

c_codes.h 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /*
  2. * CDE - Common Desktop Environment
  3. *
  4. * Copyright (c) 1993-2012, The Open Group. All rights reserved.
  5. *
  6. * These libraries and programs are free software; you can
  7. * redistribute them and/or modify them under the terms of the GNU
  8. * Lesser General Public License as published by the Free Software
  9. * Foundation; either version 2 of the License, or (at your option)
  10. * any later version.
  11. *
  12. * These libraries and programs are distributed in the hope that
  13. * they will be useful, but WITHOUT ANY WARRANTY; without even the
  14. * implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  15. * PURPOSE. See the GNU Lesser General Public License for more
  16. * details.
  17. *
  18. * You should have received a copy of the GNU Lesser General Public
  19. * License along with these libraries and programs; if not, write
  20. * to the Free Software Foundation, Inc., 51 Franklin Street, Fifth
  21. * Floor, Boston, MA 02110-1301 USA
  22. */
  23. /*
  24. * $XConsortium: c_codes.h /main/3 1996/06/11 17:23:29 cde-hal $
  25. *
  26. * Copyright (c) 1993 HAL Computer Systems International, Ltd.
  27. * All rights reserved. Unpublished -- rights reserved under
  28. * the Copyright Laws of the United States. USE OF A COPYRIGHT
  29. * NOTICE IS PRECAUTIONARY ONLY AND DOES NOT IMPLY PUBLICATION
  30. * OR DISCLOSURE.
  31. *
  32. * THIS SOFTWARE CONTAINS CONFIDENTIAL INFORMATION AND TRADE
  33. * SECRETS OF HAL COMPUTER SYSTEMS INTERNATIONAL, LTD. USE,
  34. * DISCLOSURE, OR REPRODUCTION IS PROHIBITED WITHOUT THE
  35. * PRIOR EXPRESS WRITTEN PERMISSION OF HAL COMPUTER SYSTEMS
  36. * INTERNATIONAL, LTD.
  37. *
  38. * RESTRICTED RIGHTS LEGEND
  39. * Use, duplication, or disclosure by the Government is subject
  40. * to the restrictions as set forth in subparagraph (c)(l)(ii)
  41. * of the Rights in Technical Data and Computer Software clause
  42. * at DFARS 252.227-7013.
  43. *
  44. * HAL COMPUTER SYSTEMS INTERNATIONAL, LTD.
  45. * 1315 Dell Avenue
  46. * Campbell, CA 95008
  47. *
  48. */
  49. #ifndef _class_h
  50. #define _class_h 1
  51. // class code for system classes
  52. #define ROOT_CODE 2
  53. #define PRIMITIVE_CODE 3
  54. #define INTEGER_CODE 4
  55. #define FLOAT_CODE 5
  56. #define STRING_CODE 6
  57. #define OID_CODE 7
  58. #define LONG_STRING_CODE 8
  59. #define OID_T_CODE 9
  60. #define DL_LIST_CELL_CODE 10
  61. #define COMPRESSED_STRING_CODE 11
  62. #define COMPOSITE_CODE 101
  63. #define TUPLE_CODE 102
  64. #define SET_CODE 103
  65. #define STATIC_SET_CODE 104
  66. #define SHORT_LIST_CODE 105
  67. #define OID_LIST_CODE 106
  68. #define STATIC_RECORDS_CODE 107
  69. #define DL_LIST_CODE 108
  70. #define HASH_CODE 201
  71. #define STATIC_HASH_CODE 202
  72. #define DYN_HASH_CODE 203
  73. #define FAST_MPHF_CODE 204
  74. #define GRAPH_OPMPHF_CODE 206
  75. #define INV_LISTS_CODE 207
  76. #define INDEX_CODE 208
  77. #define MPHF_INDEX_CODE 209
  78. #define IDMAP_MPHF_INDEX_CODE 210
  79. #define DYN_INDEX_CODE 211
  80. #define DYN_MEMORY_INDEX_CODE 212
  81. #define DYN_DISK_INDEX_CODE 213
  82. #define DYN_MEMORY_HASH_CODE 214
  83. #define DYN_DISK_HASH_CODE 215
  84. #define BTREE_CODE 216
  85. #define BTREE_INDEX_CODE 217
  86. #define ABS_STORAGE_CODE 301
  87. #define UNIX_STORAGE_CODE 302
  88. #define PAGE_STORAGE_CODE 303
  89. #define MEM_STORAGE_CODE 304
  90. #define NODE_CODE 401
  91. #define ARC_CODE 402
  92. #define LABELNODE_CODE 403
  93. #define NODE_NODES_CODE 404
  94. #define HUFFMAN_AGENT_CODE 501
  95. #define GZIP_AGENT_CODE 502
  96. #define DICT_AGENT_CODE 503
  97. #endif