tOutputItemLocale Class Reference

Inheritance diagram for tOutputItemLocale:

Inheritance graph
[legend]
Collaboration diagram for tOutputItemLocale:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 tOutputItemLocale (tOutput &o, const tLocaleItem &e)
virtual void Print (tString &target) const
virtual void Clone (tOutput &o) const

Private Attributes

const tLocaleItemelement


Detailed Description

Definition at line 471 of file tLocale.cpp.


Constructor & Destructor Documentation

tOutputItemLocale::tOutputItemLocale ( tOutput o,
const tLocaleItem e 
)

Definition at line 686 of file tLocale.cpp.

00687         :tOutputItemBase(o),
00688         element(&e)
00689 {
00690 }


Member Function Documentation

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

Implements tOutputItemBase.

Definition at line 692 of file tLocale.cpp.

References element.

00693 {
00694     target << *element;
00695 }

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

Implements tOutputItemBase.

Definition at line 697 of file tLocale.cpp.

References element, and tNEW.

00698 {
00699     tNEW(tOutputItemLocale)(o, *element);
00700 }


Member Data Documentation

const tLocaleItem* tOutputItemLocale::element [private]

Definition at line 473 of file tLocale.cpp.

Referenced by Clone(), and Print().


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