Public Member Functions | |
| GroupContent () | |
| virtual | ~GroupContent () |
| void | add (const FB2Content *content) |
Protected Member Functions | |
| virtual void | unfold (FB2Collector &collector) const |
Insert the content of this into collector. | |
Private Types | |
| typedef std::deque< const FB2Content * > | List_t |
Private Attributes | |
| List_t | m_items |
typedef std::deque<const FB2Content *> libebook::GroupContent::List_t [private] |
| libebook::GroupContent::~GroupContent | ( | ) | [virtual] |
| void libebook::GroupContent::add | ( | const FB2Content * | content | ) |
| void libebook::GroupContent::unfold | ( | FB2Collector & | collector | ) | const [protected, virtual] |
Insert the content of this into collector.
Implements libebook::FB2Content.
List_t libebook::GroupContent::m_items [private] |
Referenced by add(), unfold(), and ~GroupContent().