tColoredStringProxy Struct Reference

proxy class for inserting color markings More...

#include <tString.h>

List of all members.

Public Member Functions

 tColoredStringProxy (REAL r, REAL g, REAL b)

Public Attributes

REAL r_
REAL g_
REAL b_


Detailed Description

proxy class for inserting color markings

Definition at line 181 of file tString.h.


Constructor & Destructor Documentation

tColoredStringProxy::tColoredStringProxy ( REAL  r,
REAL  g,
REAL  b 
) [inline]

Definition at line 185 of file tString.h.

00186             : r_(r), g_(g), b_(b)
00187     {}


Member Data Documentation

REAL tColoredStringProxy::r_

Definition at line 183 of file tString.h.

Referenced by operator<<().

REAL tColoredStringProxy::g_

Definition at line 183 of file tString.h.

Referenced by operator<<().

REAL tColoredStringProxy::b_

Definition at line 183 of file tString.h.

Referenced by operator<<().


The documentation for this struct was generated from the following file:
Generated on Sat Mar 15 23:55:06 2008 for Armagetron Advanced by  doxygen 1.5.4