#include "globals.h"Compounds | |
| class | ID3_Error |
| When id3lib encounters a nasty error, it thros an exception of type ID3_Error. More... | |
Defines | |
| #define | ID3_THROW(x) throw ID3_Error(x, __FILE__, __LINE__, "") |
| Shortcut macro for throwing an error without a description. More... | |
| #define | ID3_THROW_DESC(x, y) throw ID3_Error(x, __FILE__, __LINE__, y) |
| Shortcut macro for throwing an error with a description. More... | |
|
|
Shortcut macro for throwing an error without a description.
|
|
|
Shortcut macro for throwing an error with a description.
|
1.2.6 written by Dimitri van Heesch,
© 1997-2001