PhoenixInkscape  2.0.0
Generate multiple png files with svg inkscape files
DataStream< Stream, Mode, Shadok > Struct Template Reference

Generic Shadok serialisation/deserialisation function. More...

#include <Shadok.h>

Static Public Member Functions

static bool data_stream (Stream &ds, Shadok &data)
 

Detailed Description

template<typename Stream, DataStreamMode::DataStreamMode Mode>
struct DataStream< Stream, Mode, Shadok >

Generic Shadok serialisation/deserialisation function.

Definition at line 46 of file Shadok.h.

Member Function Documentation

◆ data_stream()

template<typename Stream , DataStreamMode::DataStreamMode Mode>
static bool DataStream< Stream, Mode, Shadok >::data_stream ( Stream &  ds,
Shadok data 
)
inlinestatic

Definition at line 47 of file Shadok.h.

47  {
48  return data.data_stream<Stream, Mode>(ds);
49  }
bool data_stream(Stream &ds)
Function to load/save serialise and deserialise a Shadok in message/stream/file.
Definition: Shadok_impl.h:17

References Shadok::data_stream().

+ Here is the call graph for this function:

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