BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
Main Page
Related Pages
Data Structures
Files
File List
base
src
util
DAMM.h
1
#pragma once
2
3
namespace
BeeeOn {
4
10
class
DAMM
{
11
public
:
15
static
int
compute
(
const
std::string &s);
16
17
private
:
18
static
const
int
table[10][10];
19
};
20
21
}
BeeeOn::DAMM::compute
static int compute(const std::string &s)
Definition:
DAMM.cpp:10
BeeeOn::DAMM
Definition:
DAMM.h:10
Generated by
1.8.5