Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

otl_stream_peek Struct Reference

#include <dbobjgetstreamer.hpp>

Collaboration diagram for otl_stream_peek:

Collaboration graph
[legend]
List of all members.

Detailed Description

This class adds a vector to the end of an otl_stream to permit to peek data without getting it out og the stream.

Definition at line 59 of file dbobjgetstreamer.hpp.

Public Attributes

otl_stream * pOTLStream
 OTL stream.

VAarray< char * > vaPeeks
 Vector of peeked data.

unsigned int pos
 Position in peeked data vector.


Member Data Documentation

unsigned int otl_stream_peek::pos
 

Position in peeked data vector.

Definition at line 63 of file dbobjgetstreamer.hpp.

Referenced by DBOBJGetStreamer::executeSQL().

otl_stream* otl_stream_peek::pOTLStream
 

OTL stream.

Definition at line 61 of file dbobjgetstreamer.hpp.

Referenced by DBOBJGetStreamer::executeSQL().

VAarray< char*> otl_stream_peek::vaPeeks
 

Vector of peeked data.

Definition at line 62 of file dbobjgetstreamer.hpp.


The documentation for this struct was generated from the following file:
Generated on Sat Oct 4 13:24:30 2003 for XDFLengine by doxygen1.3-rc2