tOutputItemSpace Class Reference

Inheritance diagram for tOutputItemSpace:

Inheritance graph
[legend]
Collaboration diagram for tOutputItemSpace:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 tOutputItemSpace (tOutput &o)
virtual void Print (tString &target) const
virtual void Clone (tOutput &o) const


Detailed Description

Definition at line 480 of file tLocale.cpp.


Constructor & Destructor Documentation

tOutputItemSpace::tOutputItemSpace ( tOutput o  ) 

Definition at line 703 of file tLocale.cpp.

00704         :tOutputItemBase(o)
00705 {}


Member Function Documentation

void tOutputItemSpace::Print ( tString target  )  const [virtual]

Implements tOutputItemBase.

Definition at line 707 of file tLocale.cpp.

00708 {
00709     target << ' ';
00710 }

void tOutputItemSpace::Clone ( tOutput o  )  const [virtual]

Implements tOutputItemBase.

Definition at line 712 of file tLocale.cpp.

References tNEW.

00713 {
00714     tNEW(tOutputItemSpace)(o);
00715 }


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