NANA
首页
模块
类
文件
文件列表
文件成员
NANA
modules
core
src
algorithm.cpp
1
#include "../include/core/algorithm.h"
2
3
namespace
NANA {
4
5
6
7
8
9
Algorithm::Algorithm()
10
{
11
}
12
13
Algorithm::~Algorithm()
14
{
15
}
16
17
int
Algorithm::Read
(std::string
const
& paramFile)
18
{
19
return
0;
20
}
21
22
int
Algorithm::Save
(std::string
const
& paramFile)
23
{
24
return
0;
25
}
26
27
}
NANA::Algorithm::Save
virtual int Save(std::string const ¶mFile)
保存参数
Definition:
algorithm.cpp:22
NANA::Algorithm::Read
virtual int Read(std::string const ¶mFile)
读取参数
Definition:
algorithm.cpp:17
制作者
1.9.2