diff --git a/_abstract_byte_buffer_8cpp.html b/_abstract_byte_buffer_8cpp.html index 1c380440..363886c4 100644 --- a/_abstract_byte_buffer_8cpp.html +++ b/_abstract_byte_buffer_8cpp.html @@ -74,12 +74,79 @@ $(function() {
+
+Functions
AbstractByteBuffer.cpp File Reference
#include "AbstractByteBuffer.h"

Go to the source code of this file.

+ + + + + + + + +

+Functions

template<typename INT_TYPE >
INT_TYPE _getNumValue (void *ptr)
 
template<typename INT_TYPE >
bool _setNumValue (void *ptr, INT_TYPE nVal)
 
+

Function Documentation

+ +

◆ _getNumValue()

+ +
+
+
+template<typename INT_TYPE >
+ + + + + + + + +
INT_TYPE _getNumValue (void * ptr)
+
+ +

Definition at line 291 of file AbstractByteBuffer.cpp.

+ +
+
+ +

◆ _setNumValue()

+ +
+
+
+template<typename INT_TYPE >
+ + + + + + + + + + + + + + + + + + +
bool _setNumValue (void * ptr,
INT_TYPE nVal 
)
+
+ +

Definition at line 319 of file AbstractByteBuffer.cpp.

+ +
+