42 virtual const unsigned char*
get_data()
const = 0;
Container for an InkCPP runtime snapshot.
Definition snapshot.h:27
static snapshot * from_file(const char *filename)
deserialize snapshot from file.
virtual size_t get_data_len() const =0
size of blob inside snapshot
void write_to_file(const char *filename) const
serialize snapshot to file
virtual size_t num_runners() const =0
number of runners which are stored inside this snapshot
static snapshot * from_binary(const unsigned char *data, size_t length, bool freeOnDestroy=true)
Construct snapshot from blob.
virtual const unsigned char * get_data() const =0
acces blob inside snapshot
Contaning all modules and classes used for the inkles ink runtime.
Definition choice.h:13