|
Public Member Functions |
| Jdb_category (char const *name, char const *desc, unsigned order=0) FIASCO_INIT |
| Create a new category.
|
char const *const | name () const |
| Get the name of this category.
|
char const *const | description () const |
| Get the description of this category.
|
Jdb_category const * | next () const |
| Get the next category.
|
Iterator | modules () const |
| Get all the modules within this category.
|
Static Public Member Functions |
static Jdb_category const * | find (char const *name, bool _default=false) |
| Look for the category with the given name.
|
static Jdb_category const * | first () |
| Get the first registered category.
|
Private Attributes |
char const *const | _name |
char const *const | _desc |
unsigned const | _order |
Jdb_category * | _next |
Static Private Attributes |
static Jdb_category * | _first = 0 |
Classes |
class | Iterator |
| The iterator for iterating over all modules of a category. More...
|