TAO
2.3.3
|
Maintain the collection of known IOR format parsers. More...
#include <Parser_Registry.h>
Public Types | |
typedef TAO_IOR_Parser ** | Parser_Iterator |
Public Member Functions | |
TAO_Parser_Registry (void) | |
Default constructor. More... | |
~TAO_Parser_Registry (void) | |
Dstructor. More... | |
int | open (TAO_ORB_Core *orb_core) |
TAO_IOR_Parser * | match_parser (const char *ior_string) |
Parser_Iterator | begin (void) const |
Parser_Iterator | end (void) const |
Private Member Functions | |
TAO_Parser_Registry (const TAO_Parser_Registry &) | |
void | operator= (const TAO_Parser_Registry &) |
Private Attributes | |
TAO_IOR_Parser ** | parsers_ |
List of parsers. More... | |
size_t | size_ |
Number of parsers. More... | |
Maintain the collection of known IOR format parsers.
The ORB dynamically loads a collection of IOR parsers (check the IOR_Parser class). The collection is kept in this class for easy lookup and use.
TAO_Parser_Registry::TAO_Parser_Registry | ( | void | ) |
Default constructor.
TAO_Parser_Registry::~TAO_Parser_Registry | ( | void | ) |
Dstructor.
|
private |
TAO_Parser_Registry::Parser_Iterator TAO_Parser_Registry::begin | ( | void | ) | const |
TAO_Parser_Registry::Parser_Iterator TAO_Parser_Registry::end | ( | void | ) | const |
TAO_IOR_Parser * TAO_Parser_Registry::match_parser | ( | const char * | ior_string | ) |
Find the parser that can parse ior_string The lookup is based on the prefix in the string
int TAO_Parser_Registry::open | ( | TAO_ORB_Core * | orb_core | ) |
Initialize the parser registry with the list of known protocols. Invoked by the ORB during startup.
|
private |
|
private |
List of parsers.
|
private |
Number of parsers.