#include "qcstring.h"#include "qgstring.h"#include <qstring.h>#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <ctype.h>#include <qregexp.h>#include <qdatastream.h>Go to the source code of this file.
Functions | |
| void * | qmemmove (void *dst, const void *src, uint len) |
| char * | qstrdup (const char *str) |
| char * | qstrncpy (char *dst, const char *src, uint len) |
| int | qstricmp (const char *str1, const char *str2) |
| int | qstrnicmp (const char *str1, const char *str2, uint len) |
| QDataStream & | operator<< (QDataStream &s, const QByteArray &a) |
| QDataStream & | operator>> (QDataStream &s, QByteArray &a) |
| QDataStream & | operator<< (QDataStream &s, const QCString &str) |
| QDataStream & | operator>> (QDataStream &s, QCString &str) |
| QCString | operator+ (const QCString &s1, const QGString &s2) |
| QCString | operator+ (const QGString &s1, const QCString &s2) |
Definition at line 650 of file qcstring.cpp.
Definition at line 657 of file qcstring.cpp.
| QDataStream& operator<< | ( | QDataStream & | s, |
| const QByteArray & | a | ||
| ) |
Definition at line 600 of file qcstring.cpp.
| QDataStream& operator<< | ( | QDataStream & | s, |
| const QCString & | str | ||
| ) |
Definition at line 624 of file qcstring.cpp.
| QDataStream& operator>> | ( | QDataStream & | s, |
| QByteArray & | a | ||
| ) |
Definition at line 605 of file qcstring.cpp.
| QDataStream& operator>> | ( | QDataStream & | s, |
| QCString & | str | ||
| ) |
Definition at line 629 of file qcstring.cpp.
| void* qmemmove | ( | void * | dst, |
| const void * | src, | ||
| uint | len | ||
| ) |
Definition at line 530 of file qcstring.cpp.
| char* qstrdup | ( | const char * | str | ) |
Definition at line 548 of file qcstring.cpp.
| int qstricmp | ( | const char * | str1, |
| const char * | str2 | ||
| ) |
Definition at line 567 of file qcstring.cpp.
| char* qstrncpy | ( | char * | dst, |
| const char * | src, | ||
| uint | len | ||
| ) |
Definition at line 557 of file qcstring.cpp.
| int qstrnicmp | ( | const char * | str1, |
| const char * | str2, | ||
| uint | len | ||
| ) |
Definition at line 581 of file qcstring.cpp.
1.8.11