Namespaces | |
| namespace | id3 |
| namespace | lyr3 |
| namespace | mm |
Functions | |
| size_t | renderNumber (uchar *buffer, uint32 val, size_t size) |
| String | renderNumber (uint32 val, size_t size) |
| String | convert (String data, ID3_TextEnc sourceEnc, ID3_TextEnc targetEnc) |
| size_t | ucslen (const unicode_t *unicode) |
| ID3_Err | createFile (String name, fstream &file) |
| size_t | getFileSize (fstream &file) |
| size_t | getFileSize (ifstream &file) |
| size_t | getFileSize (ofstream &file) |
| ID3_Err | openWritableFile (String name, fstream &file) |
| ID3_Err | openWritableFile (String name, ofstream &file) |
| ID3_Err | openReadableFile (String name, fstream &file) |
| ID3_Err | openReadableFile (String name, ifstream &file) |
| String | toString (uint32 val) |
| WString | toWString (const unicode_t buf[], size_t len) |
| 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) |
| String ID3_C_EXPORT dami::convert | ( | String | data, | |
| ID3_TextEnc | sourceEnc, | |||
| ID3_TextEnc | targetEnc | |||
| ) |
| ID3_Err ID3_C_EXPORT dami::createFile | ( | String | name, | |
| fstream & | file | |||
| ) |
| const T& dami::max | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
| const T& dami::mid | ( | const T & | lo, | |
| const T & | mid, | |||
| const T & | hi | |||
| ) | [inline] |
| const T& dami::min | ( | const T & | a, | |
| const T & | b | |||
| ) | [inline] |
| ID3_Err ID3_C_EXPORT dami::openReadableFile | ( | String | name, | |
| ifstream & | file | |||
| ) |
| ID3_Err ID3_C_EXPORT dami::openReadableFile | ( | String | name, | |
| fstream & | file | |||
| ) |
| ID3_Err ID3_C_EXPORT dami::openWritableFile | ( | String | name, | |
| ofstream & | file | |||
| ) |
| ID3_Err ID3_C_EXPORT dami::openWritableFile | ( | String | name, | |
| fstream & | file | |||
| ) |
| String ID3_C_EXPORT dami::renderNumber | ( | uint32 | val, | |
| size_t | size | |||
| ) |
| size_t ID3_C_EXPORT dami::renderNumber | ( | uchar * | buffer, | |
| uint32 | val, | |||
| size_t | size | |||
| ) |
| WString ID3_C_EXPORT dami::toWString | ( | const unicode_t | buf[], | |
| size_t | len | |||
| ) |
| size_t ID3_C_EXPORT dami::ucslen | ( | const unicode_t * | unicode | ) |
1.5.6