Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Resources
BuiltResourceWithKey.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "IBuiltResource.h"
6
#include "MortonKey.h"
7
8
namespace
Eegeo
9
{
10
namespace
Resources
11
{
12
class
BuiltResourceWithKey
:
public
IBuiltResource
13
{
14
public
:
15
BuiltResourceWithKey
(
const
Streaming::MortonKey
& mortonKey)
16
: m_key(mortonKey)
17
{
18
19
}
20
21
const
Eegeo::Streaming::MortonKey
& GetKey()
const
22
{
23
return
m_key;
24
}
25
26
private
:
27
Eegeo::Streaming::MortonKey
m_key;
28
};
29
}
30
}
Generated on Sat Jun 10 2023 02:00:32 for eeGeo Platform SDK by
1.8.3.1