Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Routes
Simulation
View
RouteSimulationViewRepository.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Types.h"
6
#include "Routes.h"
7
#include <vector>
8
9
namespace
Eegeo
10
{
11
namespace
Routes
12
{
13
namespace
Simulation
14
{
15
namespace
View
16
{
17
class
RouteSimulationViewRepository
:
public
Eegeo::NonCopyable
18
{
19
private
:
20
std::vector<RouteSimulationModelBinding*> m_viewBindings;
21
22
public
:
23
void
AddViewBinding(
RouteSimulationModelBinding
* pBinding);
24
25
void
RemoveViewBinding(
RouteSimulationModelBinding
* pBinding);
26
27
const
std::vector<RouteSimulationModelBinding*>& GetViewBindings()
const
;
28
29
};
30
}
31
}
32
}
33
}
Generated on Sat Jun 10 2023 02:00:33 for eeGeo Platform SDK by
1.8.3.1