The spl name space is used for some of the stream classes to prevent conflicts with windoze. Perhaps it should be used for the entire library, maybe. More...
Classes | |
class | IStream |
Stream interface. More... | |
Typedefs | |
typedef RefCountPtr< IStream > | IStreamPtr |
Functions | |
int | StrCpyLen (char *strto, const char *strfrom, const int maxlen) |
int | StrCpy (char *strto, const char *strfrom) |
int | StrCmp (const char *str1, const char *str2, int maxlen) |
int | StrCmpNoCase (const char *str1, int str1len, const char *str2) |
int | IndexofchfromWithLen (const char *str, const char ch, int start, const int len) |
char * | StrCat (const char *cstr, const int cstrlen, const char *arg, const int arglen) |
The spl name space is used for some of the stream classes to prevent conflicts with windoze. Perhaps it should be used for the entire library, maybe.