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

PToContractElement Class Reference

PToContractElement is a smart-pointer to an array that is used to store the contracting-character strings that are associated with a given Unicode character. More...

#include <tables.h>

List of all members.

Public Methods

 ~PToContractElement ()
 Destructor. More...

const PToContractElement& operator= (EntryPair* newValue)
 Assignment operatorsThe EntryPair that this object already points to(if any) is deleted. More...

const PToContractElement& operator= (const PToContractElement& pointerToNewValue)
 operator EntryPair * () const
 Pointer operator override. More...


Friends

class  VectorOfPToContractElement


Detailed Description

PToContractElement is a smart-pointer to an array that is used to store the contracting-character strings that are associated with a given Unicode character.

You can use this object as if it were a pointer to an EntryPair array, e.g.

 PToContractElement foo = ....;
 foo->entryName = ....;
 

Definition at line 525 of file tables.h.


Constructor & Destructor Documentation

PToContractElement::~PToContractElement ( ) [inline]
 

Destructor.

Definition at line 1228 of file tables.h.


Member Function Documentation

PToContractElement::operator EntryPair * ( ) const [inline]
 

Pointer operator override.

Definition at line 1210 of file tables.h.

const PToContractElement & PToContractElement::operator= ( const PToContractElement & pointerToNewValue ) [inline]
 

Definition at line 1241 of file tables.h.

const PToContractElement & PToContractElement::operator= ( EntryPair * newValue ) [inline]
 

Assignment operatorsThe EntryPair that this object already points to(if any) is deleted.

Definition at line 1233 of file tables.h.


Friends And Related Function Documentation

class VectorOfPToContractElement [friend]
 

Definition at line 556 of file tables.h.


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