Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SbString.h File Reference
#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.

Classes

class  SbString
 Class for smart character strings. More...
 

Macros

#define SB_LOCALE_DATA_TYPE   locale_t
 
#define SB_LOCALE_ALLOC_FUNC   newlocale
 
#define SB_LOCALE_FREE_FUNC   freelocale
 
#define SB_LOCALE_STRTOD_FUNC   strtod
 
#define SB_LOCALE_STRTOL_FUNC   strtol
 
#define SB_LOCALE_SPRINTF_FUNC   ::sprintf
 
#define SB_LOCALE_FPRINTF_FUNC   fprintf
 
#define SB_LOCALE_SNPRINTF_FUNC   snprintf
 
#define SB_LOCALE_SCANF_FUNC   scanf
 
#define SB_LOCALE_SSCANF_FUNC   sscanf
 
#define SB_LOCALE_FSCANF_FUNC   fscanf
 
#define SB_LOCALE_VPRINTF   vprintf
 
#define SB_LOCALE
 

Macro Definition Documentation

◆ SB_LOCALE

#define SB_LOCALE

Definition at line 1107 of file SbString.h.

◆ SB_LOCALE_ALLOC_FUNC

#define SB_LOCALE_ALLOC_FUNC   newlocale

Definition at line 1096 of file SbString.h.

◆ SB_LOCALE_DATA_TYPE

#define SB_LOCALE_DATA_TYPE   locale_t

Definition at line 1095 of file SbString.h.

◆ SB_LOCALE_FPRINTF_FUNC

#define SB_LOCALE_FPRINTF_FUNC   fprintf

Definition at line 1101 of file SbString.h.

◆ SB_LOCALE_FREE_FUNC

#define SB_LOCALE_FREE_FUNC   freelocale

Definition at line 1097 of file SbString.h.

◆ SB_LOCALE_FSCANF_FUNC

#define SB_LOCALE_FSCANF_FUNC   fscanf

Definition at line 1105 of file SbString.h.

◆ SB_LOCALE_SCANF_FUNC

#define SB_LOCALE_SCANF_FUNC   scanf

Definition at line 1103 of file SbString.h.

◆ SB_LOCALE_SNPRINTF_FUNC

#define SB_LOCALE_SNPRINTF_FUNC   snprintf

Definition at line 1102 of file SbString.h.

◆ SB_LOCALE_SPRINTF_FUNC

#define SB_LOCALE_SPRINTF_FUNC   ::sprintf

Definition at line 1100 of file SbString.h.

◆ SB_LOCALE_SSCANF_FUNC

#define SB_LOCALE_SSCANF_FUNC   sscanf

Definition at line 1104 of file SbString.h.

◆ SB_LOCALE_STRTOD_FUNC

#define SB_LOCALE_STRTOD_FUNC   strtod

Definition at line 1098 of file SbString.h.

◆ SB_LOCALE_STRTOL_FUNC

#define SB_LOCALE_STRTOL_FUNC   strtol

Definition at line 1099 of file SbString.h.

◆ SB_LOCALE_VPRINTF

#define SB_LOCALE_VPRINTF   vprintf

Definition at line 1106 of file SbString.h.