Stefan Scholz / ETL
Embed: (wiki syntax)

« Back to documentation index

checksum.h File Reference

checksum.h File Reference

Go to the source code of this file.

Data Structures

struct  checksum_policy_sum< T >
 Standard addition checksum policy. More...
struct  checksum_policy_bsd< T >
 BSD checksum policy. More...
struct  checksum_policy_xor< T >
 Standard XOR checksum policy. More...
struct  checksum_policy_xor_rotate< T >
 XOR-rotate checksum policy. More...
class  checksum< T >
 Standard Checksum. More...
class  bsd_checksum< T >
 BSD Checksum. More...
class  xor_checksum< T >
 XOR Checksum. More...
class  xor_rotate_checksum< T >
 XOR-shift Checksum. More...

Namespaces

namespace  etl
 

A multimap with the capacity defined at compile time.



Detailed Description

Definition in file checksum.h.