userver: dump::DumpableEntity Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
dump::DumpableEntity Class Referenceabstract

#include <userver/dump/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
 

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.


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