ULAPI
8.0
Main Page
Classes
source
datasources
uldictionarydescriptor.h
1
7
#ifndef ULDICTIONARYDESCRIPTOR_H
8
#define ULDICTIONARYDESCRIPTOR_H
9
10
#include "ullanguage.h"
11
24
class
ULDictionaryDescriptor
25
{
26
public
:
27
ULDictionaryDescriptor
();
28
ULDictionaryDescriptor
(
const
ULLanguage
& first,
const
ULLanguage
& second);
29
ULDictionaryDescriptor
(
const
ULDictionaryDescriptor
& other);
30
virtual
~ULDictionaryDescriptor
();
31
32
void
clear
();
33
ULDictionaryDescriptor
&
operator=
(
const
ULDictionaryDescriptor
& other);
34
bool
operator==
(
const
ULDictionaryDescriptor
& other)
const
;
35
bool
operator<
(
const
ULDictionaryDescriptor
& other)
const
;
36
37
void
setLanguages
(
const
ULLanguage
& first,
const
ULLanguage
& second);
38
void
getLanguages
(
ULLanguage
& first,
ULLanguage
& second)
const
;
39
const
ULLanguage
&
getFirstLanguage
()
const
;
40
const
ULLanguage
&
getSecondLanguage
()
const
;
41
42
private
:
43
int
type;
// No idea what this is for.
44
ULLanguage
firstLanguage;
45
ULLanguage
secondLanguage;
46
// Product? ImporterID?
47
};
48
49
#endif
50
Generated on Sat Apr 13 2013 12:59:07 for ULAPI by
1.8.2