LRAUV  revA
ComponentRegistry::ComponentRegistryEntry Struct Reference

A structure for containing all the ComponentRegistry's "entry" about a component. More...

Collaboration diagram for ComponentRegistry::ComponentRegistryEntry:

Public Member Functions

 ComponentRegistryEntry (Component *component=NULL, Component::ComponentType handlerType=Component::COMPONENT_SYNC, Handler *handler=NULL)
 Constructor. Takes pointer to Component. More...
 

Public Attributes

Componentcomponent_
 Pointer to the Component. Should always be valid. More...
 
Component::ComponentType handlerType_
 
Handlerhandler_
 Pointer to the Component's handler. More...
 

Detailed Description

A structure for containing all the ComponentRegistry's "entry" about a component.

Constructor & Destructor Documentation

ComponentRegistry::ComponentRegistryEntry::ComponentRegistryEntry ( Component component = NULL,
Component::ComponentType  handlerType = Component::COMPONENT_SYNC,
Handler handler = NULL 
)

Constructor. Takes pointer to Component.

Member Data Documentation

Component* ComponentRegistry::ComponentRegistryEntry::component_
Handler* ComponentRegistry::ComponentRegistryEntry::handler_

The documentation for this struct was generated from the following files: