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

  PUBLIC
TextBufferC::TextBufferC(LenghtT)
TextBufferC::~TextBufferC(void)
TextBufferC::operator const char *(void) const
TextBufferC::RewindToStart(void)
TextBufferC::TextBufferC(const TextBufferC &)
TextBufferC::operator=(const TextBufferC &)
TextBufferC::operator char *(void)
TextBufferC
 
The class TextBufferC serves as a text stream buffer.
 
include "amma/TextBuf.hh"
User Level:Default
Library:Mtype
Section:Basic Types.IO
In Scope:std

Comments:
Use OStrStreamC instead, see 'Basic Types.IO'

Parent Classes: Derived Classes: Enumerated types:
enum anon_enum?2 { MAX_LENGHT = 1000 } ;

Typedefs:
typedef int LenghtT;
the length of the buffer

Variables:
char * buff;
The buffer containing the text of a message.

Methods:
TextBufferC(LenghtT max = MAX_LENGHT)

~TextBufferC()
Destructor.

operator const char *() const
Returns the pointer to the beginning of the buffer storing an text message. inline operator char * (); Returns the pointer to the beginning of the buffer storing an text message.

void RewindToStart()
Resets the textbuffer to be as just constructed.

TextBufferC(const TextBufferC & msg)
It is not possible to create the copy of the message.

const TextBufferC & operator=(const TextBufferC & msg)
It is not possible to assign to the message.

operator char *()
IAPS - Image analysis program system. End of include file TextBuf.hh


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:49:27 2001