mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix formatting
This commit is contained in:
parent
1bc5fda591
commit
6132cbd13e
1 changed files with 3 additions and 3 deletions
|
@ -111,8 +111,8 @@ private:
|
||||||
#define DECLARE_OPAQUE_VALUE_V2(T) \
|
#define DECLARE_OPAQUE_VALUE_V2(T) \
|
||||||
friend class zeek::OpaqueMgr::Register<T>; \
|
friend class zeek::OpaqueMgr::Register<T>; \
|
||||||
friend zeek::IntrusivePtr<T> zeek::make_intrusive<T>(); \
|
friend zeek::IntrusivePtr<T> zeek::make_intrusive<T>(); \
|
||||||
std::optional<zeek::BrokerData> DoSerializeData() const override; \
|
std::optional<zeek::BrokerData> DoSerializeData() const override; \
|
||||||
bool DoUnserializeData(zeek::BrokerDataView data) override; \
|
bool DoUnserializeData(zeek::BrokerDataView data) override; \
|
||||||
const char* OpaqueName() const override { return #T; } \
|
const char* OpaqueName() const override { return #T; } \
|
||||||
static zeek::OpaqueValPtr OpaqueInstantiate() { return zeek::make_intrusive<T>(); }
|
static zeek::OpaqueValPtr OpaqueInstantiate() { return zeek::make_intrusive<T>(); }
|
||||||
|
|
||||||
|
@ -143,7 +143,7 @@ public:
|
||||||
/**
|
/**
|
||||||
* @copydoc Serialize
|
* @copydoc Serialize
|
||||||
*/
|
*/
|
||||||
std::optional<BrokerData> SerializeData() const;
|
std::optional<BrokerData> SerializeData() const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Reinstantiates a value from its serialized Broker representation.
|
* Reinstantiates a value from its serialized Broker representation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue