#include <Codeset_Manager.h>
Collaboration diagram for TAO_Codeset_Item:
Public Methods | |
TAO_Codeset_Item (const char *name) | |
~TAO_Codeset_Item (void) | |
const char * | codeset_name (void) |
TAO_Codeset_Translator_Factory * | factory (void) |
return a pointer to the codeset factory. | |
void | factory (TAO_Codeset_Translator_Factory *factory) |
set the factory pointer's value. | |
Private Methods | |
TAO_Codeset_Item (const TAO_Codeset_Item &) | |
void | operator= (const TAO_Codeset_Item &) |
Private Attributes | |
char * | name_ |
factory name. | |
TAO_Codeset_Translator_Factory * | factory_ |
pointer to factory object. | |
Friends | |
class | TAO_Codeset_Manager |
This class is used by the Codeset_Manager to store references to individual codeset factories. Only those translators that match the char or wchar native codeset will be kept in the list.
|
creator method, the codeset name can only be set when the object is created. |
|
destructor that deallocates the factory object if the CodeSet_Item retains ownership. |
|
|
|
return a reference to the character representation of the codeset factories name. |
|
set the factory pointer's value.
|
|
return a pointer to the codeset factory.
|
|
|
|
|
|
pointer to factory object.
|
|
factory name.
|