| libvata2
    [unstable] git snapshot
    | 
Parsed data (single section) More...
#include <parser.hh>
 Collaboration diagram for ParsedSection:
 Collaboration diagram for ParsedSection:| Public Member Functions | |
| ParsedSection () | |
| bool | empty () const | 
| Is the section empty?  More... | |
| bool | operator== (const ParsedSection &rhs) const | 
| Equality operator.  More... | |
| bool | operator!= (const ParsedSection &rhs) const | 
| Public Attributes | |
| std::string | type | 
| KeyListStore | dict | 
| std::list< BodyLine > | body | 
| Friends | |
| std::ostream & | operator<< (std::ostream &os, const ParsedSection &parsec) | 
| Output stream operator.  More... | |
| 
 | inline | 
| 
 | inline | 
Is the section empty?
Definition at line 50 of file parser.hh.
References ParsedSection::body, ParsedSection::dict, and ParsedSection::type.
| 
 | inline | 
| 
 | inline | 
Equality operator.
Definition at line 84 of file parser.hh.
References ParsedSection::body, ParsedSection::dict, and ParsedSection::type.
| 
 | friend | 
| std::list<BodyLine> body | 
Definition at line 45 of file parser.hh.
Referenced by ParsedSection::empty(), and ParsedSection::operator==().
| KeyListStore dict | 
Definition at line 44 of file parser.hh.
Referenced by ParsedSection::empty(), and ParsedSection::operator==().
| std::string type | 
Definition at line 43 of file parser.hh.
Referenced by ParsedSection::empty(), and ParsedSection::operator==().
 1.8.6
 1.8.6