id3lib
3.8.3
|
#include <flags.h>
Public Types | |
typedef flags_t | TYPE |
Public Member Functions | |
ID3_Flags () | |
virtual | ~ID3_Flags () |
TYPE | get () const |
bool | test (TYPE f) const |
bool | set (TYPE f) |
bool | add (TYPE f) |
bool | remove (TYPE f) |
bool | clear () |
bool | set (TYPE f, bool b) |
ID3_Flags & | operator= (const ID3_Flags &f) |
typedef flags_t ID3_Flags::TYPE |