|
Rosetta 3.5
|
forward declaration for Library More...
#include <Library.fwd.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
Definition at line 26 of file Library.fwd.hh.
| typedef Books::Book core::fragment::picking_old::concepts::Library< Books >::Book |
Definition at line 42 of file Library.hh.
| typedef Books::const_iterator core::fragment::picking_old::concepts::Library< Books >::BookConstIterator |
Definition at line 43 of file Library.hh.
| typedef Books::iterator core::fragment::picking_old::concepts::Library< Books >::BookIterator |
Definition at line 44 of file Library.hh.
| typedef core::Size core::fragment::picking_old::concepts::Library< Books >::Size |
Definition at line 41 of file Library.hh.
|
inline |
default constructor
Definition at line 52 of file Library.hh.
|
inline |
Books constructor.
Definition at line 57 of file Library.hh.
|
inline |
default destructor
Definition at line 62 of file Library.hh.
|
inline |
return an iterator that points to the first Book in this library
Definition at line 70 of file Library.hh.
|
inline |
return an iterator that points to the first Book in this library
Definition at line 77 of file Library.hh.
|
inlineprotected |
return the books in this library
Definition at line 118 of file Library.hh.
|
inlineprotected |
return the books in this library
Definition at line 125 of file Library.hh.
|
inline |
clear the library
Definition at line 108 of file Library.hh.
|
inline |
return an iterator that points beyond the last Book in this library
Definition at line 84 of file Library.hh.
|
inline |
return an iterator that points beyond the last Book in this library
Definition at line 91 of file Library.hh.
|
inline |
number of books in the library
Definition at line 101 of file Library.hh.
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
Definition at line 134 of file Library.hh.
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.4