Extending Qt Creator Manual
ByteArrayRef
Extending Qt Creator Manual 4.5.0
List of All Members for ByteArrayRef
This is the complete list of members for
CPlusPlus::ByteArrayRef
, including inherited members.
ByteArrayRef
()
ByteArrayRef
(const QByteArray *)
ByteArrayRef
(const char *, int )
ByteArrayRef
(const QByteArray *, int , int )
at
(int ) const : char
count
(char ) const : int
length
() const : int
size
() const : int
start
() const : const char *
startsWith
(const char *) const : bool
toByteArray
() const : QByteArray
operator!=
(const QByteArray &) const : bool
operator!=
(const char *) const : bool
operator==
(const QByteArray &) const : bool
operator==
(const char *) const : bool
operator[]
(int ) const : char