Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
deep_mind.hpp File Reference
Include dependency graph for deep_mind.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  sysio::chain::ram_trace
 
class  sysio::chain::deep_mind_handler
 
struct  sysio::chain::deep_mind_handler::deep_mind_config
 

Namespaces

namespace  sysio
 
namespace  sysio::chain
 
namespace  sysio::chain::resource_limits
 

Macros

#define RAM_EVENT_ID(FORMAT, ...)
 

Macro Definition Documentation

◆ RAM_EVENT_ID

#define RAM_EVENT_ID ( FORMAT,
... )
Value:
An order-preserving dictionary of variants.
fc::string format_string(const fc::string &, const variant_object &, bool minimize=false)
Definition variant.cpp:773

Definition at line 27 of file deep_mind.hpp.

27#define RAM_EVENT_ID( FORMAT, ... ) \
28 fc::format_string( FORMAT, fc::mutable_variant_object()__VA_ARGS__ )