![]() |
Rosetta
2021.16
|
#include <Library.hh>

Additional Inherited Members | |
Public Types inherited from core::fragment::picking_old::concepts::Library< core::fragment::picking_old::vall::VallSections > | |
| typedef core::Size | Size |
| typedef core::fragment::picking_old::vall::VallSections::Book | Book |
| typedef core::fragment::picking_old::vall::VallSections::const_iterator | BookConstIterator |
| typedef core::fragment::picking_old::vall::VallSections::iterator | BookIterator |
Public Member Functions inherited from core::fragment::picking_old::concepts::Library< core::fragment::picking_old::vall::VallSections > | |
| Library () | |
| default constructor More... | |
| Library (core::fragment::picking_old::vall::VallSectionsconst &books) | |
| Books constructor. More... | |
| ~Library () | |
| default destructor More... | |
| BookConstIterator | begin () const |
| return an iterator that points to the first Book in this library More... | |
| BookIterator | begin () |
| return an iterator that points to the first Book in this library More... | |
| BookConstIterator | end () const |
| return an iterator that points beyond the last Book in this library More... | |
| BookIterator | end () |
| return an iterator that points beyond the last Book in this library More... | |
| Size | size () const |
| number of books in the library More... | |
| void | clear () |
| clear the library More... | |
Protected Member Functions inherited from core::fragment::picking_old::concepts::Library< core::fragment::picking_old::vall::VallSections > | |
| core::fragment::picking_old::vall::VallSectionsconst & | books () const |
| return the books in this library More... | |
| core::fragment::picking_old::vall::VallSections & | books () |
| return the books in this library More... | |
1.8.7