diff --git a/_byte_buffer_8cpp_source.html b/_byte_buffer_8cpp_source.html index e1c18e7e..9fb70dd0 100644 --- a/_byte_buffer_8cpp_source.html +++ b/_byte_buffer_8cpp_source.html @@ -95,50 +95,50 @@ $(function(){ initResizable(false); }); Go to the documentation of this file.
| AbstractByteBuffer() | AbstractByteBuffer | inline |
| allocContent(bufsize_t v_size, bufsize_t padding) | ByteBuffer | protected |
| ByteBuffer(bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING) | ByteBuffer | |
| ByteBuffer(BYTE *v_content, bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING) | ByteBuffer | |
| ByteBuffer(AbstractByteBuffer *sourceBuf, offset_t offset, bufsize_t size, bufsize_t padding=DEFAULT_PADDING) | ByteBuffer | |
| containsBlock(offset_t rawOffset, bufsize_t size) | AbstractByteBuffer | |
| content | ByteBuffer | protected |
| contentSize | ByteBuffer | protected |
| fillContent(BYTE filling) | AbstractByteBuffer | |
| getContent() | ByteBuffer | inlinevirtual |
| getContentAt(offset_t offset, bufsize_t size, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| getContentAtPtr(BYTE *ptr, bufsize_t size, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| getContentSize() | ByteBuffer | inlinevirtual |
| getMaxSizeFromOffset(offset_t startOffset) | AbstractByteBuffer | |
| getMaxSizeFromPtr(BYTE *ptr) | AbstractByteBuffer | inline |
| getNumValue(offset_t offset, bufsize_t size, bool *isOk) | AbstractByteBuffer | |
| getOffset(void *ptr, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| getStringValue(offset_t rawOffset, bufsize_t len=BUFSIZE_MAX, bool acceptNonTerminated=false) | AbstractByteBuffer | |
| getWAsciiStringValue(offset_t rawOffset, bufsize_t len, bool acceptNonTerminated=false) | AbstractByteBuffer | |
| getWStringValue(offset_t rawOffset, bufsize_t len) | AbstractByteBuffer | |
| intersectsBlock(offset_t rawOffset, bufsize_t size) | AbstractByteBuffer | |
| isAreaEmpty(offset_t rawOffset, bufsize_t size) | AbstractByteBuffer | |
| isResized() | ByteBuffer | inlinevirtual |
| isTruncated() | AbstractByteBuffer | inlinevirtual |
| isValid(AbstractByteBuffer *buf) | AbstractByteBuffer | static |
| operator[](size_t idx) | AbstractByteBuffer | |
| originalSize | ByteBuffer | protected |
| padding | ByteBuffer | protected |
| pasteBuffer(offset_t rawOffset, AbstractByteBuffer *buf, bool allowTrunc) | AbstractByteBuffer | |
| resize(bufsize_t newSize) | ByteBuffer | virtual |
| setBufferedValue(BYTE *dstPtr, BYTE *srcPtr, bufsize_t srcSize, bufsize_t paddingSize, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| setNumValue(offset_t offset, bufsize_t size, uint64_t newVal) | AbstractByteBuffer | |
| setStringValue(offset_t rawOffset, QString newText) | AbstractByteBuffer | |
| setTextValue(char *textPtr, std::string newText, size_t fieldLimitLen=0) | AbstractByteBuffer | |
| substFragmentByFile(offset_t offset, bufsize_t contentSize, QFile &fIn) | AbstractByteBuffer | |
| ~AbstractByteBuffer() | AbstractByteBuffer | inlinevirtual |
| ~ByteBuffer() | ByteBuffer | virtual |
| ByteBuffer() | ByteBuffer | inline |
| ByteBuffer(bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING) | ByteBuffer | |
| ByteBuffer(BYTE *v_content, bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING) | ByteBuffer | |
| ByteBuffer(AbstractByteBuffer *sourceBuf, offset_t offset, bufsize_t size, bufsize_t padding=DEFAULT_PADDING) | ByteBuffer | |
| containsBlock(offset_t rawOffset, bufsize_t size) | AbstractByteBuffer | |
| content | ByteBuffer | protected |
| contentSize | ByteBuffer | protected |
| fillContent(BYTE filling) | AbstractByteBuffer | |
| getContent() | ByteBuffer | inlinevirtual |
| getContentAt(offset_t offset, bufsize_t size, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| getContentAtPtr(BYTE *ptr, bufsize_t size, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| getContentSize() | ByteBuffer | inlinevirtual |
| getMaxSizeFromOffset(offset_t startOffset) | AbstractByteBuffer | |
| getMaxSizeFromPtr(BYTE *ptr) | AbstractByteBuffer | inline |
| getNumValue(offset_t offset, bufsize_t size, bool *isOk) | AbstractByteBuffer | |
| getOffset(void *ptr, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| getStringValue(offset_t rawOffset, bufsize_t len=BUFSIZE_MAX, bool acceptNonTerminated=false) | AbstractByteBuffer | |
| getWAsciiStringValue(offset_t rawOffset, bufsize_t len, bool acceptNonTerminated=false) | AbstractByteBuffer | |
| getWStringValue(offset_t rawOffset, bufsize_t len) | AbstractByteBuffer | |
| intersectsBlock(offset_t rawOffset, bufsize_t size) | AbstractByteBuffer | |
| isAreaEmpty(offset_t rawOffset, bufsize_t size) | AbstractByteBuffer | |
| isResized() | ByteBuffer | inlinevirtual |
| isTruncated() | AbstractByteBuffer | inlinevirtual |
| isValid(AbstractByteBuffer *buf) | AbstractByteBuffer | static |
| operator[](size_t idx) | AbstractByteBuffer | |
| originalSize | ByteBuffer | protected |
| padding | ByteBuffer | protected |
| pasteBuffer(offset_t rawOffset, AbstractByteBuffer *buf, bool allowTrunc) | AbstractByteBuffer | |
| resize(bufsize_t newSize) | ByteBuffer | virtual |
| setBufferedValue(BYTE *dstPtr, BYTE *srcPtr, bufsize_t srcSize, bufsize_t paddingSize, bool allowExceptions=false) | AbstractByteBuffer | virtual |
| setNumValue(offset_t offset, bufsize_t size, uint64_t newVal) | AbstractByteBuffer | |
| setStringValue(offset_t rawOffset, QString newText) | AbstractByteBuffer | |
| setTextValue(char *textPtr, std::string newText, size_t fieldLimitLen=0) | AbstractByteBuffer | |
| substFragmentByFile(offset_t offset, bufsize_t contentSize, QFile &fIn) | AbstractByteBuffer | |
| ~AbstractByteBuffer() | AbstractByteBuffer | inlinevirtual |
| ~ByteBuffer() | ByteBuffer | virtual |
Public Member Functions | ||||||
| ByteBuffer () | ||||||
| ByteBuffer (bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING) | ||||||
| ByteBuffer (BYTE *v_content, bufsize_t v_size, bufsize_t padding=DEFAULT_PADDING) | ||||||
+
|
+ +inline | +
Definition at line 9 of file ByteBuffer.h.
+ +Definition at line 21 of file ByteBuffer.cpp.
+Definition at line 4 of file ByteBuffer.cpp.

Definition at line 5 of file ByteBuffer.cpp.
+Definition at line 17 of file ByteBuffer.cpp.


Implements AbstractByteBuffer.
-Definition at line 16 of file ByteBuffer.h.
+Definition at line 20 of file ByteBuffer.h.
@@ -433,7 +467,7 @@ Here is the call graph for this function:Implements AbstractByteBuffer.
-Definition at line 15 of file ByteBuffer.h.
+Definition at line 19 of file ByteBuffer.h.
@@ -462,7 +496,7 @@ Here is the call graph for this function:Reimplemented from AbstractByteBuffer.
-Definition at line 19 of file ByteBuffer.h.
+Definition at line 23 of file ByteBuffer.h.
@@ -526,7 +560,7 @@ Here is the call graph for this function:Definition at line 24 of file ByteBuffer.h.
+Definition at line 28 of file ByteBuffer.h.
Definition at line 25 of file ByteBuffer.h.
+Definition at line 29 of file ByteBuffer.h.
Definition at line 28 of file ByteBuffer.h.
+Definition at line 32 of file ByteBuffer.h.
Definition at line 26 of file ByteBuffer.h.
+Definition at line 30 of file ByteBuffer.h.