Internal: class used to store a list type in ActaParser. More...
Public Member Functions | |
| Label (int type=-1) | |
| constructor | |
| bool | operator== (Label const &lbl) const |
| operator== | |
| bool | operator!= (Label const &lbl) const |
| operator=! | |
Public Attributes | |
| int | m_type |
| the label type | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, Label const &lbl) |
| operator<< | |
Internal: class used to store a list type in ActaParser.
| ActaParserInternal::Label::Label | ( | int | type = -1 | ) | [inline] |
constructor
| bool ActaParserInternal::Label::operator!= | ( | Label const & | lbl | ) | const [inline] |
operator=!
| bool ActaParserInternal::Label::operator== | ( | Label const & | lbl | ) | const [inline] |
operator==
Referenced by operator!=().
| std::ostream& operator<< | ( | std::ostream & | o, |
| Label const & | lbl | ||
| ) | [friend] |
operator<<
the label type
Referenced by operator==().