Tag Parser  9.2.0
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Classes | Functions
CppUtilities Namespace Reference

Classes

class  CopyHelper
 

Functions

std::ostream & operator<< (std::ostream &os, const TagParser::TagTextEncoding &encoding)
 Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values. More...
 
std::ostream & operator<< (std::ostream &os, const TagParser::TagValue &tagValue)
 Prints a TagValue UTF-8 encoded to enable CPPUNIT_ASSERT_EQUAL for tag values. More...
 
std::ostream & operator<< (std::ostream &os, const TagParser::PositionInSet &pos)
 Prints a PositionInSet to enable using it in CPPUNIT_ASSERT_EQUAL. More...
 
std::ostream & operator<< (std::ostream &os, const TagParser::Size &size)
 Prints a Size to enable using it in CPPUNIT_ASSERT_EQUAL. More...
 
std::ostream & operator<< (std::ostream &os, const TagParser::DiagMessage &diagMessage)
 Prints a DiagMessage to enable using it in CPPUNIT_ASSERT_EQUAL. More...
 

Function Documentation

◆ operator<<() [1/5]

std::ostream& CppUtilities::operator<< ( std::ostream &  os,
const TagParser::DiagMessage diagMessage 
)
inline

Prints a DiagMessage to enable using it in CPPUNIT_ASSERT_EQUAL.

Definition at line 45 of file helper.h.

◆ operator<<() [2/5]

std::ostream& CppUtilities::operator<< ( std::ostream &  os,
const TagParser::PositionInSet pos 
)
inline

Prints a PositionInSet to enable using it in CPPUNIT_ASSERT_EQUAL.

Definition at line 29 of file helper.h.

◆ operator<<() [3/5]

std::ostream& CppUtilities::operator<< ( std::ostream &  os,
const TagParser::Size size 
)
inline

Prints a Size to enable using it in CPPUNIT_ASSERT_EQUAL.

Definition at line 37 of file helper.h.

◆ operator<<() [4/5]

std::ostream & CppUtilities::operator<< ( std::ostream &  os,
const TagParser::TagTextEncoding encoding 
)

Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values.

Definition at line 8 of file helper.cpp.

◆ operator<<() [5/5]

std::ostream& CppUtilities::operator<< ( std::ostream &  os,
const TagParser::TagValue tagValue 
)
inline

Prints a TagValue UTF-8 encoded to enable CPPUNIT_ASSERT_EQUAL for tag values.

Definition at line 17 of file helper.h.