|
Jameo Core Library
|
This is the complete list of members for jm::ByteArray, including all inherited members.
| autorelease() noexcept | jm::Object | |
| ByteArray() | jm::ByteArray | |
| ByteArray(const int8 *buffer, size_t size=npos) | jm::ByteArray | explicit |
| ByteArray(const uint8 *buffer, size_t size=npos) | jm::ByteArray | explicit |
| ByteArray(size_t size, uint8 ch) | jm::ByteArray | |
| ByteArray(const ByteArray &other) | jm::ByteArray | |
| ByteArray(std::initializer_list< uint8 > list) | jm::ByteArray | |
| constData() const | jm::ByteArray | |
| data() | jm::ByteArray | |
| displayName() const | jm::Object | virtual |
| equals(const Object *other) const | jm::Object | virtual |
| fill(uint8 ch) | jm::ByteArray | |
| get(size_t index) const | jm::ByteArray | |
| highBit() const noexcept | jm::Object | |
| isEmpty() const | jm::ByteArray | |
| isNull() const | jm::ByteArray | |
| Object() noexcept | jm::Object | |
| operator=(const ByteArray &another) | jm::ByteArray | |
| operator== | jm::ByteArray | friend |
| operator[](size_t index) const | jm::ByteArray | |
| operator[](size_t index) | jm::ByteArray | |
| printDiffInfo(DiffOperation operation, Object *other) const | jm::Object | virtual |
| referenceCount() const noexcept | jm::Object | |
| release() noexcept | jm::Object | |
| replace(size_t tgtOffset, size_t srcOffset, const ByteArray &buffer, size_t length) | jm::ByteArray | |
| replace(uint8 oldValue, uint8 newValue) | jm::ByteArray | |
| reserve(size_t size) | jm::ByteArray | |
| resize(size_t newSize) | jm::ByteArray | |
| retain() noexcept | jm::Object | |
| set(size_t index, uint8 item) | jm::ByteArray | |
| setHighBit(bool status) noexcept | jm::Object | |
| size() const | jm::ByteArray | |
| sort() | jm::ByteArray | |
| ~ByteArray() override | jm::ByteArray | |
| ~Object() noexcept | jm::Object | virtual |