![]() |
Rosetta
2021.16
|
forward declaration for Library More...
#include <Library.hh>
Public Types | |
| typedef core::Size | Size |
| typedef Books::Book | Book |
| typedef Books::const_iterator | BookConstIterator |
| typedef Books::iterator | BookIterator |
Public Member Functions | |
| Library () | |
| default constructor More... | |
| Library (Books const &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 | |
| Books const & | books () const |
| return the books in this library More... | |
| Books & | books () |
| return the books in this library More... | |
Private Attributes | |
| Books | books_ |
| all sections of lines from a fragment library More... | |
forward declaration for Library
class demonstrating the Library concept
| typedef Books::Book core::fragment::picking_old::concepts::Library< Books >::Book |
| typedef Books::const_iterator core::fragment::picking_old::concepts::Library< Books >::BookConstIterator |
| typedef Books::iterator core::fragment::picking_old::concepts::Library< Books >::BookIterator |
| typedef core::Size core::fragment::picking_old::concepts::Library< Books >::Size |
|
inline |
default constructor
|
inline |
Books constructor.
|
inline |
default destructor
|
inline |
return an iterator that points to the first Book in this library
|
inline |
return an iterator that points to the first Book in this library
|
inlineprotected |
return the books in this library
|
inlineprotected |
return the books in this library
|
inline |
clear the library
|
inline |
return an iterator that points beyond the last Book in this library
|
inline |
return an iterator that points beyond the last Book in this library
|
inline |
number of books in the library
Referenced by core::fragment::picking_old::vall::VallLibrarian::catalog(), core::fragment::picking_old::vall::VallLibrarian::pre_catalog_ops(), and core::fragment::picking_old::vall::vall_library_from_file().
|
private |
all sections of lines from a fragment library
Referenced by core::fragment::picking_old::concepts::Library< VallSections >::begin(), core::fragment::picking_old::concepts::Library< VallSections >::books(), core::fragment::picking_old::concepts::Library< VallSections >::clear(), core::fragment::picking_old::concepts::Library< VallSections >::end(), and core::fragment::picking_old::concepts::Library< VallSections >::size().
1.8.7