Internal: class used to store a list type in ACParser. 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 ACParser.
ACParserInternal::Label::Label | ( | int | type = -1 | ) | [inline] |
constructor
bool ACParserInternal::Label::operator!= | ( | Label const & | lbl | ) | const [inline] |
operator=!
bool ACParserInternal::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==().