26 #ifndef TAGLIB_RIFFUTILS_H 27 #define TAGLIB_RIFFUTILS_H 31 #ifndef DO_NOT_DOCUMENT // tell Doxygen not to document this header 40 inline bool isValidChunkName(
const ByteVector &name)
45 for(ByteVector::ConstIterator it = name.begin(); it != name.end(); ++it) {
46 const int c = static_cast<unsigned char>(*it);
A namespace for all TagLib related classes and functions.
Definition: apefile.h:41