tfhe_libex
src
include
type
integer
int32.hpp
[詳解]
1
5
#ifndef INT32
6
#define INT32
7
#include "
integer.hpp
"
8
12
class
TFHEInt32
:
public
TFHEInteger
<32> {
13
public
:
14
friend
class
TFHEArray
<
TFHEInt32
>;
15
TFHEInt32
();
16
TFHEInt32
(
int
number);
17
TFHEInt32
(
const
TFHEInt32
& elm);
18
TFHEInt32
(
const
TFHEInteger<32>
& elm);
19
TFHEInt32
(
const
TFHEIntegerCore
& elm);
20
};
21
22
#endif
TFHEArray
TFHEの多次元配列のクラス.
Definition:
array.hpp:15
TFHEInt32
TFHEの32bitsの整数型のクラス.
Definition:
int32.hpp:12
TFHEIntegerCore
TFHEの整数型のcoreクラス.
Definition:
integer_core.hpp:18
TFHEInteger
TFHEの整数型のクラス.
Definition:
integer.hpp:17
integer.hpp
TFHEの整数型のクラス.
構築:
1.8.17