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
4namespace PROJECT_NS {
5
6class 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
std::string getName()
std::string _platname
Definition Platform.h:11
< http://warp.povusers.org/FunctionParser/fparser.html
Definition Context.h:39