#include <flags.h>
Public Types | |
typedef flags_t | TYPE |
Public Methods | |
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) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|