FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Checksum
& Checksum::operator+=
(
const
Checksum
&
sum
)
inline
Definition at line
36
of file
checksum.h
.
References
buffer
, and
HandleCarryBits()
.
37
{
38
buffer
+= sum.
buffer
;
39
HandleCarryBits
();
40
return
*
this
;
41
}
Checksum::HandleCarryBits
void HandleCarryBits()
Definition:
checksum.h:24
Checksum::buffer
uint64_t buffer
Definition:
checksum.h:13
Here is the call graph for this function:
Checksum
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11