#include <QtCore/qstring.h>
#include <QtCore/qbytearray.h>
#include <string.h>
Go to the source code of this file.
◆ operator%()
template<typename A , typename B >
Definition at line 410 of file qstringbuilder.h.
long ASN1_INTEGER_get ASN1_INTEGER * a
The QStringBuilder class is a template class that provides a facility to build up QStrings from small...
◆ operator+=() [1/2]
template<typename A , typename B >
Definition at line 427 of file qstringbuilder.h.
429 #ifndef QT_NO_CAST_TO_ASCII char * data()
Returns a pointer to the data stored in the byte array.
#define it(className, varName)
long ASN1_INTEGER_get ASN1_INTEGER * a
The QString class provides a Unicode character string.
The QChar class provides a 16-bit Unicode character.
The QStringBuilder class is a template class that provides a facility to build up QStrings from small...
void resize(int size)
Sets the size of the byte array to size bytes.
int size() const
Returns the number of bytes in this byte array.
void reserve(int size)
Attempts to allocate memory for at least size bytes.
◆ operator+=() [2/2]
template<typename A , typename B >
Definition at line 444 of file qstringbuilder.h.
#define it(className, varName)
long ASN1_INTEGER_get ASN1_INTEGER * a
The QChar class provides a 16-bit Unicode character.
QChar * data()
Returns a pointer to the data stored in the QString.
void reserve(int size)
Attempts to allocate memory for at least size characters.
int size() const
Returns the number of characters in this string.
void resize(int size)
Sets the size of the string to size characters.
const QChar * constData() const
Returns a pointer to the data stored in the QString.