Electroneum
debug_archive< W > Struct Template Reference

#include <debug_archive.h>

Inheritance diagram for debug_archive< W >:
Collaboration diagram for debug_archive< W >:

Public Types

typedef json_archive< W >::stream_type stream_type
 

Public Member Functions

 debug_archive (stream_type &s)
 

Detailed Description

template<bool W>
struct debug_archive< W >

Definition at line 38 of file debug_archive.h.

Member Typedef Documentation

◆ stream_type

template<bool W>
typedef json_archive<W>::stream_type debug_archive< W >::stream_type

Definition at line 39 of file debug_archive.h.

Constructor & Destructor Documentation

◆ debug_archive()

template<bool W>
debug_archive< W >::debug_archive ( stream_type s)
inline

Definition at line 41 of file debug_archive.h.

41 : json_archive<W>(s) { }
a archive using the JSON standard
Definition: json_archive.h:112

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