mirror of
https://github.com/esphome/esphome.git
synced 2025-10-01 17:42:22 +01:00
less templates
This commit is contained in:
@@ -184,6 +184,9 @@ class Proto64Bit {
|
|||||||
const uint64_t value_;
|
const uint64_t value_;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// Forward declaration needed for method declaration
|
||||||
|
class ProtoMessage;
|
||||||
|
|
||||||
class ProtoWriteBuffer {
|
class ProtoWriteBuffer {
|
||||||
public:
|
public:
|
||||||
ProtoWriteBuffer(std::vector<uint8_t> *buffer) : buffer_(buffer) {}
|
ProtoWriteBuffer(std::vector<uint8_t> *buffer) : buffer_(buffer) {}
|
||||||
|
Reference in New Issue
Block a user