User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
OTextFileC::OTextFileC(ostream &)
OTextFileC::OTextFileC(const char *)
OTextFileC::~OTextFileC(void)
OTextFileC::Stream(void)
OTextFileC::Name(void) const
OTextFileC
 
An output text file class
 
include "amma/TextFile.hh"
User Level:Default
Library:MstdIO
Example:exComplx.cc
Section:Basic Types.IO
In Scope:std

Comments:
The class ITextFileC is an output stream that can opened from a file or attached to the 'cout' standard input stream using the name "-". It checks the state of the stream after the opening and before its closing. The class was created to unify different interfaces of stream supplied by compiler providers.

OBSOLETE: Use OStreamC

Parent Classes: Derived Classes: Enumerated types:
Variables:
Methods:
OTextFileC(ostream & s)
Attaches the output stream 's'.

OTextFileC(const char * fileName)

~OTextFileC()
Closes the output stream. The status of the stream. -------------------------

ostream & Stream()
Returns the stream.

const char * Name() const
Returns the name of the stream.


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001