#include <Crc16.hpp>
◆ Crc16() [1/3]
iv::crypto::Crc16::Crc16 |
( |
| ) |
|
◆ Crc16() [2/3]
iv::crypto::Crc16::Crc16 |
( |
const Crc16 & | other | ) |
|
|
delete |
◆ Crc16() [3/3]
iv::crypto::Crc16::Crc16 |
( |
Crc16 && | other | ) |
|
|
delete |
◆ ~Crc16()
iv::crypto::Crc16::~Crc16 |
( |
| ) |
|
|
default |
◆ operator=() [1/2]
Crc16 & iv::crypto::Crc16::operator= |
( |
const Crc16 && | other | ) |
|
|
delete |
◆ operator=() [2/2]
Crc16 & iv::crypto::Crc16::operator= |
( |
const Crc16 & | other | ) |
|
|
delete |
◆ update()
uint16_t iv::crypto::Crc16::update |
( |
const char * | data, |
|
|
uint32_t | length ) |
◆ m_value
uint16_t iv::crypto::Crc16::m_value |
|
private |
The documentation for this class was generated from the following files: