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
brokers
ddsBroker
vlDds
ddsBroker/vlDds/reflectedObject.h
Go to the documentation of this file.
1
/****************************************************************************
2
* Copyright (c) 2015 VT MAK
3
* All rights reserved.
4
****************************************************************************/
5
9
10
#pragma once
11
12
#include <
vlDds/dllExport.h
>
13
#include <vlpi/entityIdentifier.h>
14
15
namespace
MAKVrExchange
16
{
17
18
namespace
DtDdsBroker
19
{
20
23
class
DT_DLL_VLDDS
DtReflectedObject
24
{
25
public
:
26
28
DtReflectedObject
();
29
31
virtual
~
DtReflectedObject
();
32
33
virtual
const
DtEntityIdentifier& entityId()
const
= 0;
34
virtual
const
DtEntityIdentifier& globalId()
const
= 0;
35
36
private
:
37
39
DtReflectedObject
(
const
DtReflectedObject
& other );
40
42
DtReflectedObject
& operator = (
const
DtReflectedObject
& other );
43
44
};
45
46
}
47
}
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
)