tLineString Class Reference

persistable string class More...

#include <tRecorder.h>

Inheritance diagram for tLineString:

Inheritance graph
[legend]
Collaboration diagram for tLineString:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 tLineString (tString const &)
 tLineString ()
 copy constructor
 ~tLineString ()
 default constructor


Detailed Description

persistable string class

Definition at line 191 of file tRecorder.h.


Constructor & Destructor Documentation

tLineString::tLineString ( tString const &  other  ) 

Parameters:
other the string to copy

Definition at line 151 of file tRecorder.cpp.

00152         :tString( other )
00153 {
00154 }

tLineString::tLineString ( void   ) 

copy constructor

Definition at line 165 of file tRecorder.cpp.

00166 {
00167 }

tLineString::~tLineString ( void   ) 

default constructor

Definition at line 178 of file tRecorder.cpp.

00179 {
00180 }


The documentation for this class was generated from the following files:
Generated on Sat Mar 15 23:57:15 2008 for Armagetron Advanced by  doxygen 1.5.4