oo_undef.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* oo_undef.h
  2. *
  3. * Copyright (C) 1994-2005,2007,2011,2013,2015-2018 Paul Boersma
  4. *
  5. * This code is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License as published by
  7. * the Free Software Foundation; either version 2 of the License, or (at
  8. * your option) any later version.
  9. *
  10. * This code is distributed in the hope that it will be useful, but
  11. * WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  13. * See the GNU General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU General Public License
  16. * along with this work. If not, see <http://www.gnu.org/licenses/>.
  17. */
  18. #undef oo_SIMPLE
  19. #undef oo_SET
  20. #undef oo_VECTOR
  21. #undef oo_ANYVEC
  22. #undef oo_MATRIX
  23. #undef oo_ANYMAT
  24. #undef oo_ENUMx
  25. //#undef oo_ENUMx_SET
  26. //#undef oo_ENUMx_VECTOR
  27. #undef oo_STRINGx
  28. #undef oo_STRINGx_SET
  29. #undef oo_STRINGx_VECTOR
  30. #undef oo_STRUCT
  31. #undef oo_STRUCT_SET
  32. #undef oo_STRUCT_VECTOR_FROM
  33. #undef oo_STRUCT_MATRIX_FROM
  34. #undef oo_OBJECT
  35. #undef oo_COLLECTION_OF
  36. #undef oo_COLLECTION
  37. #undef oo_FILE
  38. #undef oo_DIR
  39. #undef oo_DEFINE_STRUCT
  40. #undef oo_END_STRUCT
  41. #undef oo_DEFINE_CLASS
  42. #undef oo_END_CLASS
  43. #undef oo_FROM
  44. #undef oo_ENDFROM
  45. #undef oo_DECLARING
  46. #undef oo_DESTROYING
  47. #undef oo_COPYING
  48. #undef oo_COMPARING
  49. #undef oo_VALIDATING_ENCODING
  50. #undef oo_READING
  51. #undef oo_READING_TEXT
  52. #undef oo_READING_BINARY
  53. #undef oo_WRITING
  54. #undef oo_WRITING_TEXT
  55. #undef oo_WRITING_BINARY
  56. #undef oo_DESCRIBING
  57. /* End of file oo_undef.h */