Open Inventor Reference
SbString.h File Reference
#include <Inventor/system/SbSystem.h>
#include <Inventor/SbBasic.h>
#include <string.h>

Go to the source code of this file.

Classes

class  SbString
 Class for smart character strings. More...
 
class  SbNameEntry
 This is used to make lists of SbName instances. More...
 
class  SbName
 Character string stored in a hash table. More...
 

Macros

#define oiv_strdup   _strdup
 
#define SB_STRING_STATIC_STORAGE_SIZE   32
 This is used if the string fits in a reasonably small space. More...
 

Macro Definition Documentation

◆ oiv_strdup

#define oiv_strdup   _strdup

Definition at line 66 of file SbString.h.

◆ SB_STRING_STATIC_STORAGE_SIZE

#define SB_STRING_STATIC_STORAGE_SIZE   32

Definition at line 193 of file SbString.h.