userver: dump::DumpableEntity Class Reference
Loading...
Searching...
No Matches
dump::DumpableEntity Class Referenceabstract

#include <userver/dump/dumper.hpp>

Detailed Description

A dynamically dispatched equivalent of kDumpable "concept". Unlike with ADL-found Write/Read, the methods are guaranteed not to be called in parallel.

Definition at line 39 of file dumper.hpp.

+ Inheritance diagram for dump::DumpableEntity:

Public Member Functions

virtual void GetAndWrite (dump::Writer &writer) const =0
 
virtual void ReadAndSet (dump::Reader &reader)=0
 

The documentation for this class was generated from the following file: