Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
IndoorMapEntityInformation
IndoorMapEntityModelIdGenerator.h
1
#pragma once
2
3
#include "IndoorMapEntityInformationTypes.h"
4
5
namespace
Eegeo
6
{
7
namespace
IndoorMapEntityInformation
8
{
9
class
IndoorMapEntityModelIdGenerator
:
private
Eegeo::NonCopyable
10
{
11
public
:
12
IndoorMapEntityModelIdGenerator
()
13
: m_nextId(1)
14
{}
15
16
IndoorMapEntityModelId NextId() {
return
m_nextId++; }
17
private
:
18
IndoorMapEntityModelId m_nextId;
19
};
20
}
21
}
Generated on Sat Jun 10 2023 02:00:30 for eeGeo Platform SDK by
1.8.3.1