vector_string.cxx 781 B

123456789101112131415161718192021222324252627
  1. // Filename: vector_string.cxx
  2. // Created by: drose (15May00)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) Carnegie Mellon University. All rights reserved.
  8. //
  9. // All use of this software is subject to the terms of the revised BSD
  10. // license. You should have received a copy of this license along
  11. // with this source code in a file named "LICENSE."
  12. //
  13. ////////////////////////////////////////////////////////////////////
  14. #include "vector_string.h"
  15. #define EXPCL EXPCL_DTOOLCONFIG
  16. #define EXPTP EXPTP_DTOOLCONFIG
  17. #define TYPE std::string
  18. #define NAME vector_string
  19. #include "vector_src.cxx"
  20. // Tell GCC that we'll take care of the instantiation explicitly here.
  21. #ifdef __GNUC__
  22. #pragma implementation
  23. #endif