Public Member Functions | |
| Conseq () | |
| Conseq (int n) | |
| void | add (const string &str) |
| int | height () const |
Public Attributes | |
| vector< Conpos > | cseq |
Friends | |
| ostream & | operator<< (ostream &ous, const Conseq &cons) |
| Conseq::Conseq | ( | ) | [inline] |
| Conseq::Conseq | ( | int | n | ) | [inline] |
| void Conseq::add | ( | const string & | str | ) |
References cseq.
| int Conseq::height | ( | ) | const [inline] |
Need not be uniform height
References cseq.
| ostream& operator<< | ( | ostream & | ous, | |
| const Conseq & | cons | |||
| ) | [friend] |
| vector<Conpos> Conseq::cseq |
Referenced by add(), height(), and operator<<().
1.5.6