sprint 1-alpha
Public Member Functions
sprint::io::xadapter< _Io > Class Template Reference

#include <xadapter.h>

Inherits sprint::io::xstream.

List of all members.

Public Member Functions

 xadapter (const _Io &io)
 xadapter (const char *filename, flag_t flag)
virtual int write (const char *buf, unsigned int size)
 Write some data on the stream (if avail)
virtual int read (char *buf, unsigned int size)
 Read data from stream (if avail)
virtual file_size_t seek (file_size_t offset, seek_t type)
 Seek position (if available)
virtual file_size_t length ()
 Stream Lenght (or -1 if is undefined size)
virtual state_t state ()
 File state.

Detailed Description

template<class _Io>
class sprint::io::xadapter< _Io >

an adapter between policy Io with xstream virtual io


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines