16.13 OERegisterOStream

typedef oeostream *(*oeostream_alloc_t)(const char *);
typedef void       (*oeostream_dealloc_t)(oeostream *);

bool OERegisterOStream(const char *protocol, oeostream_alloc_t   alloc,
                                             oeostream_dealloc_t dealloc)

Registers the specified output stream allocation and deallocation functions to be used with the specified protocol. See OEPlatform::OEOpenOStream for details on how these functions are used.