Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

UCharReference Class Reference

#include <unistr.h>

List of all members.

Public Methods

 UCharReference ()
 UCharReference (UnicodeString *string, int32_t pos)
 UCharReference (const UCharReference &that)
 ~UCharReference ()
UCharReference & operator= (const UCharReference &that)
UCharReference & operator= (UChar c)
 operator UChar ()

Private Attributes

UnicodeStringfString
int32_t fPos


Constructor & Destructor Documentation

UCharReference::UCharReference  
 

UCharReference::UCharReference UnicodeString   string,
int32_t    pos
[inline]
 

Definition at line 3848 of file unistr.h.

UCharReference::UCharReference const UCharReference &    that [inline]
 

Definition at line 3854 of file unistr.h.

UCharReference::~UCharReference   [inline]
 

Definition at line 3858 of file unistr.h.


Member Function Documentation

UCharReference::operator UChar   [inline]
 

Definition at line 3870 of file unistr.h.

UCharReference & UCharReference::operator= UChar    c [inline]
 

Definition at line 3866 of file unistr.h.

UCharReference & UCharReference::operator= const UCharReference &    that [inline]
 

Definition at line 3862 of file unistr.h.

Referenced by UCharReference().


Member Data Documentation

int32_t UCharReference::fPos [private]
 

Definition at line 3840 of file unistr.h.

Referenced by operator=().

UnicodeString* UCharReference::fString [private]
 

Definition at line 3839 of file unistr.h.

Referenced by operator=().


The documentation for this class was generated from the following file:
Generated on Tue Apr 9 11:30:48 2002 for ICU 2.1 by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001