#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) |
|
|
|
|
|
|
|
Definition at line 44 of file flags.h. Referenced by ID3_TagImpl::ParseFile(), ID3_TagImpl::Update(), and set().
|
|
Definition at line 46 of file flags.h. Referenced by ID3_TagImpl::Clear(), ID3_Header::Clear(), and ID3_TagImpl::ParseFile().
|
|
Definition at line 41 of file flags.h. Referenced by ID3_TagImpl::Strip(), operator=(), and test().
|
|
|
|
Definition at line 45 of file flags.h. Referenced by ID3_TagImpl::Strip(), and set().
|
|
|
|
Definition at line 43 of file flags.h. Referenced by ID3_TagImpl::Link(), add(), clear(), operator=(), and remove().
|
|
Definition at line 42 of file flags.h. Referenced by ID3_TagImpl::HasTagType(), ID3_TagImpl::ParseFile(), and ID3_TagImpl::Update().
|