Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
BuildingHighlights
BuildingHighlightIdGenerator.h
1
#pragma once
2
3
#include "BuildingHighlights.h"
4
#include "ShapeIdGenerator.h"
5
#include "BuildingHighlightModel.h"
6
7
namespace
Eegeo
8
{
9
namespace
BuildingHighlights
10
{
11
class
IBuildingHighlightIdGenerator
:
public
Eegeo::Shapes::TIdGeneratorBase
<BuildingHighlightId>
12
{
13
14
};
15
16
17
class
BuildingHighlightIdGenerator
:
public
Eegeo::Shapes::TIdGenerator
<IBuildingHighlightIdGenerator>
18
{
19
20
};
21
22
}
23
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1