#include <string.h>
#include <wchar.h>
#include <stdarg.h>
#include <Inventor/SoInventorBase.h>
#include <Inventor/SbBase.h>
#include <Inventor/STL/string>
#include <Inventor/STL/ostream>
#include <Inventor/STL/vector>
#include <Inventor/SbName.h>
Go to the source code of this file.
◆ SB_LOCALE
◆ SB_LOCALE_ALLOC_FUNC
#define SB_LOCALE_ALLOC_FUNC newlocale |
◆ SB_LOCALE_DATA_TYPE
#define SB_LOCALE_DATA_TYPE locale_t |
◆ SB_LOCALE_FPRINTF_FUNC
#define SB_LOCALE_FPRINTF_FUNC fprintf |
◆ SB_LOCALE_FREE_FUNC
#define SB_LOCALE_FREE_FUNC freelocale |
◆ SB_LOCALE_FSCANF_FUNC
#define SB_LOCALE_FSCANF_FUNC fscanf |
◆ SB_LOCALE_SCANF_FUNC
#define SB_LOCALE_SCANF_FUNC scanf |
◆ SB_LOCALE_SNPRINTF_FUNC
#define SB_LOCALE_SNPRINTF_FUNC snprintf |
◆ SB_LOCALE_SPRINTF_FUNC
#define SB_LOCALE_SPRINTF_FUNC ::sprintf |
◆ SB_LOCALE_SSCANF_FUNC
#define SB_LOCALE_SSCANF_FUNC sscanf |
◆ SB_LOCALE_STRTOD_FUNC
#define SB_LOCALE_STRTOD_FUNC strtod |
◆ SB_LOCALE_STRTOL_FUNC
#define SB_LOCALE_STRTOL_FUNC strtol |
◆ SB_LOCALE_VPRINTF
#define SB_LOCALE_VPRINTF vprintf |