36#include <Inventor/SbBasic.h>
48 const char * getString(
void)
const;
51 int operator!(
void)
const;
59 operator const char * (
void)
const;
66 static SbBool isIdentStartChar(
const char c);
67 static SbBool isIdentChar(
const char c);
68 static SbBool isBaseNameStartChar(
const char c);
69 static SbBool isBaseNameChar(
const char c);
71 static const SbName & empty(
void);
74 const char * permaaddress;
The SbList class is a template container class for lists.
Definition SbList.h:70
int getLength(void) const
Definition SbList.h:168
int operator!=(const SbList< Type > &l) const
Definition SbList.h:217
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:78
int operator==(const SbList< Type > &l) const
Definition SbList.h:209
The SbName class stores strings by reference.
Definition SbName.h:40
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:52