Open Inventor Reference
SoBasic.h File Reference
#include <Inventor/SbBasic.h>

Go to the source code of this file.

Macros

#define SO__QUOTE(str)   "str"
 Handy macros. More...
 
#define SO__CONCAT(str1, str2)   str1str2
 This uses the preprocessor to concatenate two strings. More...
 

Macro Definition Documentation

◆ SO__CONCAT

#define SO__CONCAT (   str1,
  str2 
)    str1str2

Definition at line 76 of file SoBasic.h.

◆ SO__QUOTE

#define SO__QUOTE (   str)    "str"

This uses the preprocessor to quote a string

Definition at line 69 of file SoBasic.h.