funcmacro_string.h 708 B

12345678910111213141516171819202122
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: funcmacro_string.h
  3. // Purpose: String function and macro group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_funcmacro_string Strings
  9. @ingroup group_funcmacro
  10. Global string functions and macros. See wxString for the wxWidgets string class.
  11. Please note that all functions of this group which are documented to take @c char*
  12. arrays are overloaded with @c wchar_t* variants.
  13. Note also that wxWidgets wraps all standard CRT functions, even if the wrappers
  14. are not (all) documented.
  15. */