#include <tRecorder.h>
Public Member Functions | |
tLineString (tString const &) | |
tLineString () | |
copy constructor | |
~tLineString () | |
default constructor |
Definition at line 191 of file tRecorder.h.
tLineString::tLineString | ( | tString const & | other | ) |
other | the string to copy |
Definition at line 151 of file tRecorder.cpp.
00152 :tString( other ) 00153 { 00154 }
tLineString::tLineString | ( | void | ) |
tLineString::~tLineString | ( | void | ) |