27 #include <Inventor/SbBasic.h> 34 SbName(
const char * nameString);
39 const char * getString(
void)
const;
40 int getLength(
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);
46 int operator ! (
void)
const;
47 friend COIN_DLL_API
int operator == (
const SbName & lhs,
const char * rhs);
48 friend COIN_DLL_API
int operator == (
const char * lhs,
const SbName & rhs);
49 friend COIN_DLL_API
int operator == (
const SbName & lhs,
const SbName & rhs);
50 friend COIN_DLL_API
int operator != (
const SbName & lhs,
const char * rhs);
51 friend COIN_DLL_API
int operator != (
const char * lhs,
const SbName & rhs);
52 friend COIN_DLL_API
int operator != (
const SbName & lhs,
const SbName & rhs);
54 operator const char * (void)
const;
57 const class SbNameEntry * entry;
66 #endif // !COIN_SBNAME_H int operator!=(const SbBox2i32 &b1, const SbBox2i32 &b2)
Definition: SbBox2i32.h:91
The SbString class is a string class with convenience functions for string operations.This is the class used for storing and working with character strings. It automatically takes care of supporting all the "bookkeeping" tasks usually associated with working with character strings, like memory allocation and deallocation etc.
Definition: SbString.h:42
The SbName class stores strings by reference.The class is used by Coin for storing keywords...
Definition: SbName.h:31
int operator==(const SbBox2i32 &b1, const SbBox2i32 &b2)
Definition: SbBox2i32.h:87