Перечисления | |
| enum | ObjectRepository::ObjectType { ObjectRepository::ObjectRef, ObjectRepository::Section } |
Функции | |
| bool | ObjectRepository::list (const std::string §ion, UniSetTypes::ListObjectName *ls, unsigned int how_many=300) throw (UniSetTypes::ORepFailed) |
| Получение списка how_many объектов из секции section. | |
| bool | ObjectRepository::listSections (const std::string &in_section, UniSetTypes::ListObjectName *ls, unsigned int how_many=300) throw (UniSetTypes::ORepFailed) |
| Получние списка how_many подсекций из секции in_section. | |
| void | ObjectRepositoryFactory::printSection (const std::string &fullName) |
enum ObjectRepository::ObjectType [inherited] |
| bool ObjectRepository::list | ( | const std::string & | section, | |
| UniSetTypes::ListObjectName * | ls, | |||
| unsigned int | how_many = 300 | |||
| ) | throw (UniSetTypes::ORepFailed) [inherited] |
Получение списка how_many объектов из секции section.
| bool ObjectRepository::listSections | ( | const std::string & | in_section, | |
| UniSetTypes::ListObjectName * | ls, | |||
| unsigned int | how_many = 300 | |||
| ) | throw (UniSetTypes::ORepFailed) [inherited] |
Получние списка how_many подсекций из секции in_section.
| void ObjectRepositoryFactory::printSection | ( | const std::string & | fullName | ) | [inherited] |
Функция выводящая на экран список всех объектов расположенных в данной секции
1.5.9