Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

ID3_Flags Class Reference

#include <flags.h>

List of all members.

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)


Member Typedef Documentation

typedef flags_t ID3_Flags::TYPE
 

Definition at line 36 of file flags.h.


Constructor & Destructor Documentation

ID3_Flags::ID3_Flags ( ) [inline]
 

Definition at line 38 of file flags.h.

ID3_Flags::~ID3_Flags ( ) [inline, virtual]
 

Definition at line 39 of file flags.h.


Member Function Documentation

bool ID3_Flags::add ( TYPE f ) [inline]
 

Parameters:
f  

Definition at line 44 of file flags.h.

Referenced by ID3_TagImpl::ParseFile(), ID3_TagImpl::Update(), and set().

bool ID3_Flags::clear ( ) [inline]
 

Definition at line 46 of file flags.h.

Referenced by ID3_TagImpl::Clear(), ID3_Header::Clear(), and ID3_TagImpl::ParseFile().

TYPE ID3_Flags::get ( ) const [inline]
 

Definition at line 41 of file flags.h.

Referenced by ID3_TagImpl::Strip(), operator=(), and test().

ID3_Flags & ID3_Flags::operator= ( const ID3_Flags & f ) [inline]
 

Parameters:
f  

Definition at line 49 of file flags.h.

bool ID3_Flags::remove ( TYPE f ) [inline]
 

Parameters:
f  

Definition at line 45 of file flags.h.

Referenced by ID3_TagImpl::Strip(), and set().

bool ID3_Flags::set ( TYPE f,
bool b ) [inline]
 

Parameters:
f  
b  

Definition at line 47 of file flags.h.

bool ID3_Flags::set ( TYPE f ) [inline]
 

Parameters:
f  

Definition at line 43 of file flags.h.

Referenced by ID3_TagImpl::Link(), add(), clear(), operator=(), and remove().

bool ID3_Flags::test ( TYPE f ) const [inline]
 

Parameters:
f  

Definition at line 42 of file flags.h.

Referenced by ID3_TagImpl::HasTagType(), ID3_TagImpl::ParseFile(), and ID3_TagImpl::Update().


The documentation for this class was generated from the following file:
Generated at Sat Sep 8 15:51:12 2001 for id3lib by doxygen1.2.8 written by Dimitri van Heesch, © 1997-2001