FACT++  1.0
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  }
bool add(const char *buf, size_t len, bool big_endian=true)
Definition: checksum.h:49

+ Here is the call graph for this function: