Definition at line 166 of file modules.h.
typedef Cont::const_iterator OSB_LIB::Modules::ConstIter |
typedef std::list<Module> OSB_LIB::Modules::Cont |
ConstIter OSB_LIB::Modules::begin | ( | ) | const |
Get iterator to begin of module list.
const Cont& OSB_LIB::Modules::cont | ( | ) | const |
Read access to all modules.
The list is sorted by module name.
Unless read() has been previously called the list will be empty.
bool OSB_LIB::Modules::empty | ( | ) | const |
List of modules empty?
ConstIter OSB_LIB::Modules::end | ( | ) | const |
Get iterator to end of module list.
Get a specific OSB module.
id | The id of the module to retrieve. |
ObjectNotFound | if the module does not exist. |
Get a specific OSB module.
id | The id of the module to retrieve. |
ObjectNotFound | if the module does not exist. |
void OSB_LIB::Modules::read | ( | const OSB_DB::Session & | session | ) |
Read all modules from the database.
session | Database session to use. |
friend class UserMgmtCfg [friend] |
Cont OSB_LIB::Modules::cont_ [private] |