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