|
Tag Parser 12.5.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
|
#include "../diagnostics.h"#include "../localehelper.h"#include "../size.h"#include "../tagvalue.h"#include <ostream>Go to the source code of this file.
Namespaces | |
| namespace | CppUtilities |
Functions | |
| std::ostream & | CppUtilities::operator<< (std::ostream &os, const TagParser::TagTextEncoding &encoding) |
| Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values. | |
| std::ostream & | CppUtilities::operator<< (std::ostream &os, const TagParser::TagValue &tagValue) |
| Prints a TagValue UTF-8 encoded to enable CPPUNIT_ASSERT_EQUAL for tag values. | |
| std::ostream & | CppUtilities::operator<< (std::ostream &os, const TagParser::PositionInSet &pos) |
| Prints a PositionInSet to enable using it in CPPUNIT_ASSERT_EQUAL. | |
| std::ostream & | CppUtilities::operator<< (std::ostream &os, const TagParser::Size &size) |
| Prints a Size to enable using it in CPPUNIT_ASSERT_EQUAL. | |
| std::ostream & | CppUtilities::operator<< (std::ostream &os, const TagParser::DiagMessage &diagMessage) |
| Prints a DiagMessage to enable using it in CPPUNIT_ASSERT_EQUAL. | |
| std::ostream & | CppUtilities::operator<< (std::ostream &os, const TagParser::Locale &locale) |
| Prints a Locale to enable using it in CPPUNIT_ASSERT_EQUAL. | |