#include <zlib.h>
#include <string.h>
#include <memory.h>
#include "tag_impl.h"
#include "utils.h"
#include "io_decorators.h"
#include "io_helpers.h"
#include "io_strings.h"
#include "readers.h"
Go to the source code of this file.
Functions | |
bool | parseFrames (ID3_TagImpl &tag, ID3_Reader &rdr) |
|
Definition at line 48 of file tag_parse.cpp. |