VR-Exchange 2.6 API Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
portal
pEntityTypes.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2013 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
portal/dllExport.h
>
13
#include <
portal/addAttribute.h
>
14
#include <vlutil/vlNetTypes.h>
15
#include <ostream>
16
17
namespace
MAKVrExchange
18
{
19
22
class
DT_DLL_LIBPORTAL
DtPortalEntityType
23
{
24
public
:
25
27
DtPortalEntityType
();
28
DtPortalEntityType
(DtU32 kind, DtU32 domain, DtU32 country, DtU32 cat,
29
DtU32 subCat, DtU32 specific, DtU32 extra);
30
32
virtual
~
DtPortalEntityType
();
33
35
DtPortalEntityType
(
const
DtPortalEntityType
&other);
36
38
DtPortalEntityType
& operator=(
const
DtPortalEntityType
&other);
39
41
bool
operator==(
const
DtPortalEntityType
&other)
const
;
42
bool
operator!=(
const
DtPortalEntityType
&other)
const
;
43
46
48
DtDEC_ATTRIBUTE
(DtU32, Kind, kind);
49
DtDEC_ATTRIBUTE
(DtU32, Domain, domain);
50
DtDEC_ATTRIBUTE
(DtU32, Country, country);
51
DtDEC_ATTRIBUTE
(DtU32, Category, category);
52
DtDEC_ATTRIBUTE
(DtU32, SubCategory, subCategory);
53
DtDEC_ATTRIBUTE
(DtU32, Specific, specific);
54
DtDEC_ATTRIBUTE
(DtU32, Extra, extra);
55
57
58
};
59
60
61
std::ostream &
operator <<
(std::ostream &str,
const
DtPortalEntityType
&msg);
62
63
}
Document ID: Generated on Wed Jan 30 18:15:18 EST 2019 from SVN revision 195534
Copyright © 2005-2019 VT MÄK. All Rights Reserved (
www.mak.com
)