mirror of
https://github.com/esphome/esphome.git
synced 2025-08-03 08:57:47 +00:00
less templates
This commit is contained in:
parent
c37494ea55
commit
2c290e3bee
@ -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) {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user