Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
Crc32 Class Referencefinal

#include <Crc32.hpp>

Public Member Functions

 Crc32 ()
 
 Crc32 (const Crc32 &other)=delete
 
 Crc32 (Crc32 &&other)=delete
 
virtual ~Crc32 ()
 
Crc32operator= (const Crc32 &other)=delete
 
Crc32operator= (const Crc32 &&other)=delete
 
uint32_t update (const char *data, uint32_t length)
 

Private Attributes

uint32_t m_value
 

Constructor & Destructor Documentation

◆ Crc32() [1/3]

Crc32::Crc32 ( )

◆ Crc32() [2/3]

Crc32::Crc32 ( const Crc32 & other)
delete

◆ Crc32() [3/3]

Crc32::Crc32 ( Crc32 && other)
delete

◆ ~Crc32()

Crc32::~Crc32 ( )
virtualdefault

Member Function Documentation

◆ operator=() [1/2]

Crc32 & Crc32::operator= ( const Crc32 && other)
delete

◆ operator=() [2/2]

Crc32 & Crc32::operator= ( const Crc32 & other)
delete

◆ update()

uint32_t Crc32::update ( const char * data,
uint32_t length )

Member Data Documentation

◆ m_value

uint32_t Crc32::m_value
private

The documentation for this class was generated from the following files: