Skip to content

StrClass 8h 01

Define Documentation

#define NATIVESEPARATOR   '\\'
  Definition at line 30 of file StrClass.h.

#define pathch_r   ((char)254)
  Definition at line 22 of file StrClass.h.

#define periodch   '.'
  Definition at line 20 of file StrClass.h.

#define periodch_r   ((char)255)
  Definition at line 21 of file StrClass.h.

#define quotech   '\"'
  Definition at line 23 of file StrClass.h.

#define STRINGALLOC baz   )     (char *)AllocString((size_t)baz )
 

Definition at line 16 of file StrClass.h.

Referenced by String::operator=(), String::Set(), and String::String().

#define STRINGFREE baz   )     {if (baz){FreeString( baz );baz=NULL;}}
 

Definition at line 17 of file StrClass.h.

Referenced by String::Empty(), String::operator=(), String::Set(), and String::~String().

#define STRINGSIZE   255
 

Definition at line 18 of file StrClass.h.

Referenced by Registration::Registration().