Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Windows
WindowsPlatformConfigBuilder.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "IPlatformConfigBuilder.h"
6
#include "PlatformConfig.h"
7
#include <string>
8
9
namespace
Eegeo
10
{
11
namespace
Windows
12
{
13
class
WindowsPlatformConfigBuilder
:
public
Config::IPlatformConfigBuilder
14
{
15
public
:
16
17
static
WindowsPlatformConfigBuilder
Make();
18
20
WindowsPlatformConfigBuilder
(std::string deviceModel)
21
{}
22
23
Config::PlatformConfig
Build();
24
25
private
:
26
WindowsPlatformConfigBuilder
()
27
{}
28
};
29
30
}
31
}
Generated on Sat Jun 10 2023 02:00:35 for eeGeo Platform SDK by
1.8.3.1