Go to the source code of this file.
Functions | |
| template void | StripSpaces< OLECHAR > (OLECHAR *string) |
| template void | StripSpaces< char > (char *string) |
| template void | StripSpacesFromMetaString< OLECHAR > (OLECHAR *string) |
| template void | StripSpacesFromMetaString< char > (char *string) |
| template void | ConvertMetaChars< OLECHAR > (OLECHAR *string) |
| template void | ConvertMetaChars< char > (char *string) |
| template int | SameFormat< char > (char *string1, char *string2) |
| template int | SameFormat< OLECHAR > (OLECHAR *string1, OLECHAR *string2) |
| template void | EncodeFormat< char > (char *string) |
| template void | EncodeFormat< OLECHAR > (OLECHAR *string) |
| template void | DecodeFormat< char > (char *string1) |
| template void | DecodeFormat< OLECHAR > (OLECHAR *string) |
| template int | IsFormatTypeChar< char > (char string1) |
| template int | IsFormatTypeChar< OLECHAR > (OLECHAR string) |
| template<typename text> | |
| int | IsFormatTypeChar (text ch) |
| template<typename text> | |
| void | StripSpaces (text *string) |
| template<typename text> | |
| void | StripSpacesFromMetaString (text *string) |
| template<typename text> | |
| void | ConvertMetaChars (text *string) |
| template<typename text> | |
| int | SameFormat (text *string1, text *string2) |
| template<typename text> | |
| void | EncodeFormat (text *string) |
| template<typename text> | |
| void | DecodeFormat (text *string) |
| void ConvertMetaChars | ( | text * | string | ) |
Definition at line 314 of file olestring.cpp.
| template void ConvertMetaChars< char > | ( | char * | string | ) |
| template void ConvertMetaChars< OLECHAR > | ( | OLECHAR * | string | ) |
| void DecodeFormat | ( | text * | string | ) |
Definition at line 420 of file olestring.cpp.
| template void DecodeFormat< char > | ( | char * | string1 | ) |
| template void DecodeFormat< OLECHAR > | ( | OLECHAR * | string | ) |
| void EncodeFormat | ( | text * | string | ) |
Definition at line 415 of file olestring.cpp.
| template void EncodeFormat< char > | ( | char * | string | ) |
| template void EncodeFormat< OLECHAR > | ( | OLECHAR * | string | ) |
| int IsFormatTypeChar | ( | text | ch | ) |
Definition at line 47 of file olestring.cpp.
| template int IsFormatTypeChar< char > | ( | char | string1 | ) |
| template int IsFormatTypeChar< OLECHAR > | ( | OLECHAR | string | ) |
| int SameFormat | ( | text * | string1, |
| text * | string2 ) |
Definition at line 348 of file olestring.cpp.
| template int SameFormat< char > | ( | char * | string1, |
| char * | string2 ) |
| template int SameFormat< OLECHAR > | ( | OLECHAR * | string1, |
| OLECHAR * | string2 ) |
| void StripSpaces | ( | text * | string | ) |
Definition at line 213 of file olestring.cpp.
| template void StripSpaces< char > | ( | char * | string | ) |
| template void StripSpaces< OLECHAR > | ( | OLECHAR * | string | ) |
| void StripSpacesFromMetaString | ( | text * | string | ) |
Definition at line 256 of file olestring.cpp.
| template void StripSpacesFromMetaString< char > | ( | char * | string | ) |
| template void StripSpacesFromMetaString< OLECHAR > | ( | OLECHAR * | string | ) |