|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
| 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:
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.
|
Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|