#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) |
|
|
|
|
|
|
|
Definition at line 44 of file flags.h. Referenced by ID3_FrameHeader::Parse(), ID3_TagImpl::ParseReader(), and ID3_TagImpl::Update(). |
|
Definition at line 46 of file flags.h. Referenced by ID3_TagImpl::Clear(), and ID3_TagImpl::ParseReader(). |
|
Definition at line 41 of file flags.h. Referenced by operator=(), ID3_TagHeader::Render(), ID3_FrameHeader::Render(), and ID3_TagImpl::Strip(). |
|
Definition at line 49 of file flags.h. References get(). |
|
Definition at line 45 of file flags.h. Referenced by ID3_TagImpl::Strip(). |
|
|
|
|