#include <Serialization.h>
Definition at line 27 of file Serialization.h.
◆ anonymous enum
◆ OutputStream()
Serialization::OutputStream::OutputStream |
( |
| ) |
|
|
inline |
◆ advance()
U8 * Serialization::OutputStream::advance |
( |
Uptr | numBytes | ) |
|
|
inline |
Definition at line 36 of file Serialization.h.
37 {
40
43 return data;
44 }
#define WAVM_ASSERT_THROW(cond)
virtual void extendBuffer(Uptr numBytes)=0
◆ capacity()
Uptr Serialization::OutputStream::capacity |
( |
| ) |
const |
|
inline |
◆ extendBuffer()
virtual void Serialization::OutputStream::extendBuffer |
( |
Uptr | numBytes | ) |
|
|
protectedpure virtual |
◆ end
U8* Serialization::OutputStream::end |
|
protected |
◆ next
U8* Serialization::OutputStream::next |
|
protected |
The documentation for this struct was generated from the following file: