27#include <Inventor/SbBasic.h>
39 const char * getString(
void)
const;
42 int operator!(
void)
const;
50 operator const char * (
void)
const;
57 static SbBool isIdentStartChar(
const char c);
58 static SbBool isIdentChar(
const char c);
59 static SbBool isBaseNameStartChar(
const char c);
60 static SbBool isBaseNameChar(
const char c);
62 static const SbName & empty(
void);
65 const char * permaaddress;
The SbList class is a template container class for lists.
Definition SbList.h:61
int getLength(void) const
Definition SbList.h:159
int operator!=(const SbList< Type > &l) const
Definition SbList.h:208
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:69
int operator==(const SbList< Type > &l) const
Definition SbList.h:200
The SbName class stores strings by reference.
Definition SbName.h:31
The SbString class is a string class with convenience functions for string operations.
Definition SbString.h:42