30class CFxUIByteArrayImpl;
53 operator const QByteArray&()
const;
62 QByteArray&
append(
const char* str );
129 int toInt(
bool* ok =
nullptr,
int base = 10 )
const;
140 long toLong(
bool* ok =
nullptr,
int base = 10 )
const;
169 short toShort(
bool* ok =
nullptr,
int base = 10 )
const;
std::vector< CFxUIByteArray > CFxUIByteArrayList
IntegerForSizeof< std::size_t >::Signed qsizetype
int toInt(bool *ok=nullptr, int base=10) const
QByteArray & append(const char *str)
const char * data() const
CFxUIByteArray(const QByteArray &pixmap)
CFxUIByteArray toLower() const
CFxUIByteArray(const char *data, qsizetype size=-1)
long toLong(bool *ok=nullptr, int base=10) const
qlonglong toLongLong(bool *ok=nullptr, int base=10) const
CFxUIByteArrayImpl * m_pImpl
CFxUIByteArray(const CFxUIByteArray &pixmap)
CFxUIByteArray & operator=(const CFxUIByteArray &pixmap)
short toShort(bool *ok=nullptr, int base=10) const
const char * constData() const
std::string toStdString() const
double toDouble(bool *ok=nullptr) const
bool startsWith(const char *c) const