40 void Set ( OLECHAR *new_ole );
41 void Set (
char *new_sb );
42 OLECHAR*
Get (
void ) {
return ole; };
43 int Len (
void ) {
return len; };
44 char*
GetSB (
void ) {
return sb; };
51template <
typename text>
void StripSpaces ( text *
string );
54template <
typename text>
int SameFormat ( text *string1, text *string2 );
55template <
typename text>
void EncodeFormat ( text *
string );
56template <
typename text>
void DecodeFormat ( text *
string );
void Set(OLECHAR *new_ole)
void FormatMetaString(void)
int IsFormatTypeChar(text string1)
void EncodeFormat(text *string)
int SameFormat(text *string1, text *string2)
void StripSpacesFromMetaString(text *string)
void ConvertMetaChars(text *string)
void DecodeFormat(text *string)
void StripSpaces(text *string)
const unsigned int OLESTRING_DEFAULT_SIZE