ULAPI  8.0
Public Member Functions | Public Attributes | List of all members
ULServiceDescriptor Class Reference

An object of type ULServiceDescriptor describes a service required by the invoker of the service, along with information about the data source from which the service will be supplied. More...

#include <ulservicedescriptor.h>

Public Member Functions

 ULServiceDescriptor ()
 
bool operator== (const ULServiceDescriptor &other) const
 
bool operator< (const ULServiceDescriptor &other) const
 

Public Attributes

ULServiceType type
 
ULLanguage language
 
ULLanguageDataSourcelanguageDataSource
 
ULLanguageDataSourcesecondLanguageDataSource
 
ULDictionaryDataSourcedictionaryDataSource
 

Detailed Description

An object of type ULServiceDescriptor describes a service required by the invoker of the service, along with information about the data source from which the service will be supplied.

Constructor & Destructor Documentation

ULServiceDescriptor::ULServiceDescriptor ( )
inline

Member Function Documentation

bool ULServiceDescriptor::operator< ( const ULServiceDescriptor other) const

Less than operator.

bool ULServiceDescriptor::operator== ( const ULServiceDescriptor other) const

Equality operator.

Member Data Documentation

ULDictionaryDataSource* ULServiceDescriptor::dictionaryDataSource
ULLanguage ULServiceDescriptor::language
ULLanguageDataSource* ULServiceDescriptor::languageDataSource
ULLanguageDataSource* ULServiceDescriptor::secondLanguageDataSource
ULServiceType ULServiceDescriptor::type

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