akregator/src
Akregator::Backend::Category Class Reference
a convenience class to handle categories in the backend More...
#include <feedstorage.h>
Public Member Functions | |
bool | operator== (const Category &other) const |
bool | operator!= (const Category &other) const |
bool | operator< (const Category &other) const |
Public Attributes | |
TQString | term |
TQString | scheme |
TQString | name |
Detailed Description
a convenience class to handle categories in the backendDefinition at line 39 of file feedstorage.h.
Member Function Documentation
bool Akregator::Backend::Category::operator== | ( | const Category & | other | ) | const [inline] |
two categories are equal when scheme and term are equal, name is ignored
Definition at line 49 of file feedstorage.h.
bool Akregator::Backend::Category::operator< | ( | const Category & | other | ) | const [inline] |
The documentation for this class was generated from the following file: