Tag Parser  6.2.2
C++ library for reading and writing MP4 (iTunes), ID3, Vorbis, Opus, FLAC and Matroska tags
Functions
helper.h File Reference
#include "../tagvalue.h"
#include <ostream>
Include dependency graph for helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const Media::TagTextEncoding &encoding)
 Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values. More...
 
std::ostream & operator<< (std::ostream &os, const Media::TagValue &tagValue)
 Prints a TagValue UTF-8 encoded to enable CPPUNIT_ASSERT_EQUAL for tag values. More...
 

Function Documentation

◆ operator<<() [1/2]

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

Prints a TagTextEncoding to enable CPPUNIT_ASSERT_EQUAL for tag values.

Definition at line 6 of file helper.cpp.

◆ operator<<() [2/2]

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

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

Definition at line 13 of file helper.h.