Public Member Functions | |
tOutputItemSpace (tOutput &o) | |
virtual void | Print (tString &target) const |
virtual void | Clone (tOutput &o) const |
Definition at line 480 of file tLocale.cpp.
tOutputItemSpace::tOutputItemSpace | ( | tOutput & | o | ) |
void tOutputItemSpace::Print | ( | tString & | target | ) | const [virtual] |
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 }