mod_servlet
C++Servlets
 All Classes Files Functions Variables Typedefs Macros Pages
servlet::source Struct Reference

Source tag. More...

#include <io.h>

Detailed Description

Source tag.

This tag is used for the regular sources provided to servlet::basic_instream. This is default tag and it is not required to define it. The object with this tag is expected to have the following (optional) category definition:

typedef source category;

and the following method:

std::streamsize read(const CharT* s, std::streamsize n);

Method read will read from the underlying stream into buffer s up to n characters and return the actual number of characters read.


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