#include <snapshot.h>
Definition at line 117 of file snapshot.h.
◆ SerializedObjectBuffer()
dart::SerializedObjectBuffer::SerializedObjectBuffer |
( |
| ) |
|
|
inline |
Definition at line 119 of file snapshot.h.
StackResource(ThreadState *thread)
static Thread * Current()
◆ set_message()
void dart::SerializedObjectBuffer::set_message |
( |
std::unique_ptr< Message > |
message | ) |
|
|
inline |
◆ StealMessage()
std::unique_ptr< Message > dart::SerializedObjectBuffer::StealMessage |
( |
| ) |
|
|
inline |
Definition at line 126 of file snapshot.h.
126{ return std::move(message_); }
The documentation for this class was generated from the following file: