27#include <Inventor/SbBasic.h>
39 const char * getString(
void)
const;
41 static SbBool isIdentStartChar(
const char c);
42 static SbBool isIdentChar(
const char c);
43 static SbBool isBaseNameStartChar(
const char c);
44 static SbBool isBaseNameChar(
const char c);
54 operator const char * (
void)
const;
57 const class SbNameEntry * entry;
The SbList class is a template container class for lists.
Definition SbList.h:47
int getLength(void) const
Definition SbList.h:145
int operator!=(const SbList< Type > &l) const
Definition SbList.h:194
SbList(const int sizehint=DEFAULTSIZE)
Definition SbList.h:55
int operator==(const SbList< Type > &l) const
Definition SbList.h:186
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