INET Framework for OMNeT++/OMNEST
|
This is the complete list of members for inet::ByteArray, including all inherited members.
addDataFromBuffer(const void *ptr, unsigned int length) | inet::ByteArray | virtual |
assignBuffer(void *ptr, unsigned int length) | inet::ByteArray | virtual |
ByteArray() | inet::ByteArray | inline |
ByteArray(const ByteArray &other) | inet::ByteArray | inline |
ByteArray_Base() | inet::ByteArray_Base | protected |
ByteArray_Base(const ByteArray_Base &other) | inet::ByteArray_Base | protected |
copyDataFromBuffer(unsigned int destOffset, const void *ptr, unsigned int length) | inet::ByteArray | virtual |
copyDataFromByteArray(unsigned int destOffset, const ByteArray &other, unsigned int srcOffset, unsigned int length) | inet::ByteArray | virtual |
copyDataToBuffer(void *ptr, unsigned int length, unsigned int srcOffs=0) const | inet::ByteArray | virtual |
data | inet::ByteArray_Base | protected |
data_arraysize | inet::ByteArray_Base | protected |
dup() const override | inet::ByteArray | inlinevirtual |
expandData(unsigned int addLeft, unsigned int addRight) | inet::ByteArray | virtual |
getData(unsigned int k) const | inet::ByteArray_Base | virtual |
getDataArraySize() const | inet::ByteArray_Base | virtual |
getDataPtr() | inet::ByteArray | inlinevirtual |
operator=(const ByteArray &other) | inet::ByteArray | inline |
inet::ByteArray_Base::operator=(const ByteArray_Base &other) | inet::ByteArray_Base | protected |
operator==(const ByteArray_Base &) | inet::ByteArray_Base | protected |
parsimPack(omnetpp::cCommBuffer *b) const override | inet::ByteArray_Base | virtual |
parsimUnpack(omnetpp::cCommBuffer *b) override | inet::ByteArray_Base | virtual |
setData(unsigned int k, char data) | inet::ByteArray_Base | virtual |
setDataArraySize(unsigned int size) | inet::ByteArray_Base | virtual |
setDataFromBuffer(const void *ptr, unsigned int length) | inet::ByteArray | virtual |
setDataFromByteArray(const ByteArray &other, unsigned int srcOffset, unsigned int length) | inet::ByteArray | virtual |
truncateData(unsigned int truncleft, unsigned int truncright) | inet::ByteArray | virtual |
~ByteArray_Base() | inet::ByteArray_Base | virtual |