MCPcopy Create free account
hub / github.com/cwida/ALP / SetStream

Method SetStream

publication/source_code/include/chimp/byte_writer.hpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 void ByteAlign() {}
30
31 void SetStream(uint8_t* buffer) {
32 this->buffer = buffer;
33 this->index = 0;
34 }
35
36 template <class T, uint8_t SIZE>
37 void WriteValue(const T& value) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected