KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
Platform.h
Go to the documentation of this file.
1
#ifndef KIDS_PLATFORM_H
2
#define KIDS_PLATFORM_H
3
4
namespace
PROJECT_NS
{
5
6
class
Platform
:
public
std::enable_shared_from_this<Platform> {
7
public
:
8
std::string
getName
();
9
10
private
:
11
std::string
_platname
;
12
};
13
14
15
};
// namespace PROJECT_NS
16
17
18
#endif
// KIDS_PLATFORM_H
PROJECT_NS::Platform
Definition
Platform.h:6
PROJECT_NS::Platform::getName
std::string getName()
PROJECT_NS::Platform::_platname
std::string _platname
Definition
Platform.h:11
PROJECT_NS
< http://warp.povusers.org/FunctionParser/fparser.html
Definition
Context.h:39
home
shin
share
KIDS
src
core
include
kids
Platform.h
Generated on Mon May 27 2024 11:36:31 for KIDS by
1.10.0