FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
bool Checksum::add
(
const std::vector< char > &
v
,
bool
big_endian
=
true
)
inline
Definition at line
143
of file
checksum.h
.
References
add()
.
144
{
145
return
add
(v.data(), v.size(), big_endian);
146
}
Checksum::add
bool add(const char *buf, size_t len, bool big_endian=true)
Definition:
checksum.h:49
Here is the call graph for this function:
Checksum
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11