#include <SysContent.h>
Public Types | |
| typedef StorageT::value_type | value_type |
| typedef StorageT::size_type | size_type |
| typedef StorageT::iterator | iterator |
| typedef StorageT::const_iterator | const_iterator |
Public Member Functions | |
| Reader () | |
| Default Ctor. | |
| Reader (std::istream &input_r) | |
| Ctor parsing data from input_r. | |
Identification. | |
User provided optional data to identify the collection. | |
| const std::string & | name () const |
| Get name. | |
| const Edition & | edition () const |
| Get edition. | |
| const std::string & | description () const |
| Get description. | |
| const Date & | ctime () const |
| Get creation date. | |
Collected data. | |
| bool | empty () const |
| Whether no data collected so far. | |
| size_type | size () const |
| Number of items collected. | |
| const_iterator | begin () const |
| Iterator to the begin of collected data. | |
| const_iterator | end () const |
| Iterator to the end of collected data. | |
Private Types | |
| typedef std::list< Entry > | StorageT |
Private Attributes | |
| RWCOW_pointer< Impl > | _pimpl |
Related Functions | |
| (Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &str, const Reader &obj) |
Classes | |
| class | Entry |
| Restored ResObject data. More... | |
| class | Impl |
Definition at line 162 of file SysContent.h.
|
|
Definition at line 166 of file SysContent.h. |
|
|
Definition at line 172 of file SysContent.h. |
|
|
Definition at line 173 of file SysContent.h. |
|
|
Definition at line 174 of file SysContent.h. |
|
|
Definition at line 175 of file SysContent.h. |
|
|
Default Ctor.
|
|
|
Ctor parsing data from input_r.
|
|
|
Get name.
|
|
|
Get edition.
|
|
|
Get description.
|
|
|
Get creation date.
|
|
|
Whether no data collected so far.
|
|
|
Number of items collected.
|
|
|
Iterator to the begin of collected data.
|
|
|
Iterator to the end of collected data.
|
|
||||||||||||
|
Stream output Definition at line 444 of file SysContent.cc. |
|
|
Definition at line 220 of file SysContent.h. Referenced by zypp::syscontent::Reader::Entry::Entry(). |
1.4.6