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

ResourceBundleData Class Reference

Abstract base class for data stored in resource bundles. More...

#include <rbdata.h>

Inheritance diagram for ResourceBundleData:

String2dList StringList TaggedList List of all members.

Public Methods

virtual ~ResourceBundleData ()
virtual UClassID getDynamicClassID (void) const = 0

Public Attributes

UErrorCode fCreationStatus

Detailed Description

Abstract base class for data stored in resource bundles.

These objects are kept in hashtables, indexed by strings. We never need to copy or clone these objects, since they are created once and never deleted.

Definition at line 31 of file rbdata.h.


Constructor & Destructor Documentation

ResourceBundleData::~ResourceBundleData ( ) [inline, virtual]
 

Definition at line 34 of file rbdata.h.


Member Function Documentation

virtual UClassID ResourceBundleData::getDynamicClassID ( void ) const [pure virtual]
 

Reimplemented in StringList, String2dList, and TaggedList.


Member Data Documentation

UErrorCode ResourceBundleData::fCreationStatus
 

Definition at line 36 of file rbdata.h.


The documentation for this class was generated from the following file:
Generated at Tue Dec 5 17:56:17 2000 for ICU by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000