#include "id3/id3lib_streams.h"#include "id3/globals.h"#include "id3/id3lib_strings.h"Go to the source code of this file.
Namespaces | |
| namespace | dami |
Defines | |
| #define | ID3_PATH_LENGTH (2048 + 1) |
Functions | |
| template<typename T> | |
| const T & | min (const T &a, const T &b) |
| template<typename T> | |
| const T & | max (const T &a, const T &b) |
| template<typename T> | |
| const T & | mid (const T &lo, const T &mid, const T &hi) |
| template<typename T> | |
| T | abs (const T &a) |
| size_t ID3_C_EXPORT | renderNumber (uchar *buffer, uint32 val, size_t size=sizeof(uint32)) |
| String ID3_C_EXPORT | renderNumber (uint32 val, size_t size=sizeof(uint32)) |
| String ID3_C_EXPORT | toString (uint32 val) |
| WString ID3_C_EXPORT | toWString (const unicode_t[], size_t) |
| size_t ID3_C_EXPORT | ucslen (const unicode_t *unicode) |
| String ID3_C_EXPORT | convert (String data, ID3_TextEnc, ID3_TextEnc) |
| size_t ID3_C_EXPORT | getFileSize (fstream &) |
| size_t ID3_C_EXPORT | getFileSize (ifstream &) |
| size_t ID3_C_EXPORT | getFileSize (ofstream &) |
| ID3_Err ID3_C_EXPORT | createFile (String, fstream &) |
| ID3_Err ID3_C_EXPORT | openWritableFile (String, fstream &) |
| ID3_Err ID3_C_EXPORT | openWritableFile (String, ofstream &) |
| ID3_Err ID3_C_EXPORT | openReadableFile (String, fstream &) |
| ID3_Err ID3_C_EXPORT | openReadableFile (String, ifstream &) |
|
|
Definition at line 46 of file utils.h. Referenced by ID3_Tag::GetFileName(), and RenderV2ToFile(). |
|
||||||||||
|
|
|
||||||||||||||||
|
Definition at line 185 of file utils.cpp. References oldconvert(). Referenced by ID3_FieldImpl::SetEncoding(). |
|
||||||||||||
|
Definition at line 240 of file utils.cpp. References ID3E_NoError, and ID3E_ReadOnly. Referenced by RenderV2ToFile(), and ID3_TagImpl::Update(). |
|
|
|
|
|
|
|
|
Definition at line 256 of file utils.cpp. Referenced by ID3_TagImpl::Strip(), and ID3_TagImpl::Update(). |
|
||||||||||||||||
|
Definition at line 59 of file utils.h. Referenced by dami::mid(). |
|
||||||||||||||||||||
|
Definition at line 67 of file utils.h. References dami::max(), dami::mid(), and dami::min(). Referenced by dami::mid(). |
|
||||||||||||||||
|
Definition at line 51 of file utils.h. Referenced by ID3_FieldImpl::Get(), ID3_GetGenreNum(), ID3_GetSyncLyrics(), dami::mid(), ID3_FieldImpl::Set(), and ID3_TagImpl::Strip(). |
|
||||||||||||
|
Definition at line 350 of file utils.cpp. References ID3E_NoError, ID3E_NoFile, and NOCREATE. |
|
||||||||||||
|
Definition at line 335 of file utils.cpp. References ID3E_NoError, ID3E_NoFile, and NOCREATE. Referenced by ID3_TagImpl::ParseFile(). |
|
||||||||||||
|
Definition at line 315 of file utils.cpp. References ID3E_NoError, ID3E_NoFile, ID3E_ReadOnly, and NOCREATE. |
|
||||||||||||
|
Definition at line 295 of file utils.cpp. References ID3E_NoError, ID3E_NoFile, ID3E_ReadOnly, and NOCREATE. Referenced by RenderV2ToFile(), ID3_TagImpl::Strip(), and ID3_TagImpl::Update(). |
|
||||||||||||
|
Definition at line 103 of file utils.cpp. References MASK8. |
|
||||||||||||||||
|
Definition at line 92 of file utils.cpp. References MASK8. |
|
|
|
|
||||||||||||
|
Referenced by ID3_TagImpl::Find(), and ID3_Tag::Find(). |
|
|
Definition at line 216 of file utils.cpp. References NULL, and NULL_UNICODE. Referenced by ID3_FieldImpl::Add(), ID3_Tag::Find(), ID3_FieldImpl::Get(), ID3_FieldImpl::GetRawUnicodeTextItem(), and ID3_FieldImpl::Set(). |
1.4.1