From fd627ffaec8fd8801d980b4c91ee7c0607ab6aaf Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Thu, 25 Feb 2021 17:44:00 +0000 Subject: IVGCVSW-5687 Update Doxygen Docu * Update Doxygen Documentation for 21.02 release Signed-off-by: Jan Eilers Change-Id: I9ed2f9caab038836ea99d7b378d7899fe431a4e5 --- ..._1profiling_1_1_i_read_only_packet_buffer.xhtml | 265 +++++++++++++++++++++ 1 file changed, 265 insertions(+) create mode 100644 21.02/classarmnn_1_1profiling_1_1_i_read_only_packet_buffer.xhtml (limited to '21.02/classarmnn_1_1profiling_1_1_i_read_only_packet_buffer.xhtml') diff --git a/21.02/classarmnn_1_1profiling_1_1_i_read_only_packet_buffer.xhtml b/21.02/classarmnn_1_1profiling_1_1_i_read_only_packet_buffer.xhtml new file mode 100644 index 0000000000..b5825e6198 --- /dev/null +++ b/21.02/classarmnn_1_1profiling_1_1_i_read_only_packet_buffer.xhtml @@ -0,0 +1,265 @@ + + + + + + + + + + + + + +ArmNN: IReadOnlyPacketBuffer Class Reference + + + + + + + + + + + + + + + + +
+
+ + + + ArmNN + + + +
+
+  21.02 +
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+ +
+ +
+ +
+
IReadOnlyPacketBuffer Class Referenceabstract
+
+
+ +

#include <IPacketBuffer.hpp>

+
+Inheritance diagram for IReadOnlyPacketBuffer:
+
+
+ + +IPacketBuffer +MockPacketBuffer +PacketBuffer + +
+ + + + + + + + + + +

+Public Member Functions

virtual ~IReadOnlyPacketBuffer ()
 
virtual const unsigned char * GetReadableData () const =0
 
virtual unsigned int GetSize () const =0
 
virtual void MarkRead ()=0
 
+

Detailed Description

+
+

Definition at line 16 of file IPacketBuffer.hpp.

+

Constructor & Destructor Documentation

+ +

◆ ~IReadOnlyPacketBuffer()

+ +
+
+ + + + + +
+ + + + + + + +
virtual ~IReadOnlyPacketBuffer ()
+
+inlinevirtual
+
+
+

Member Function Documentation

+ +

◆ GetReadableData()

+ +
+
+ + + + + +
+ + + + + + + +
virtual const unsigned char* GetReadableData () const
+
+pure virtual
+
+
+ +

◆ GetSize()

+ +
+
+ + + + + +
+ + + + + + + +
virtual unsigned int GetSize () const
+
+pure virtual
+
+
+ +

◆ MarkRead()

+ +
+
+ + + + + +
+ + + + + + + +
virtual void MarkRead ()
+
+pure virtual
+
+
+
The documentation for this class was generated from the following file: +
+
+ + + + -- cgit v1.2.1