enumfiledef : setstreams

Allow a enum filedef access to the real streams.

Any other method of any other object can call this method. This is called 'public' access.

The data-type returned is "voidtype";

This method is contained in the object "enumfiledef".

The method takes the following arguments:

stream : streamptrtype

The real output streamtype.

console : streamptrtype

The real console streamtype.

C++

Set the streams on the object.

              
	_stream = stream;
	_console = console;

            

Generated: Thu Apr 6 00:00:59 EST 2006 using "xsltproc ... docbook.xsl". Copyright (c) 2003, 2004, 2005; Paul Hamilton; pHamtec P/L. Use, modification, and distribution is provided free of any limitations.