ao_send_obj_to_stream.h
Sending objects to streams

Include

ao_send_obj.h
ao_stream4obj.h

Functions

ao_send_obj_to_stream

void ao_send_obj_to_stream
(
    ao_send_obj_t * s, 
    ao_spush_obj_t * p
);

Sets up a sending of an object to push an object to a stream.

ao_send_obj_to_stream_override

void ao_send_obj_to_stream_override
(
    ao_send_obj_t * s, 
    ao_spush_obj_t * p
);

Sets up a sending of an object to push an object to a stream, overriding old data if the stream is full.