Public Member Functions | |
| string const & | line () const |
| Part (string _fname) | |
| bool | next () |
| bool | operator< (Part const &other) const |
| bool | operator<= (Part const &other) const |
| bool | operator> (Part const &other) const |
| bool | operator>= (Part const &other) const |
| bool | go (ostream &out) |
Definition at line 15 of file merge-sorted.cc.
| Part::Part | ( | string | _fname | ) | [inline] |
Definition at line 27 of file merge-sorted.cc.
References ugdiss::open_input_stream().

| bool Part::go | ( | ostream & | out | ) | [inline] |
Definition at line 60 of file merge-sorted.cc.
References line(), next(), and NULL.

| string const& Part::line | ( | ) | const [inline] |
Definition at line 22 of file merge-sorted.cc.
Referenced by go(), operator<(), operator<=(), operator>(), and operator>=().

| bool Part::next | ( | ) | [inline] |
Definition at line 33 of file merge-sorted.cc.
Referenced by go().

| bool Part::operator< | ( | Part const & | other | ) | const [inline] |
Definition at line 44 of file merge-sorted.cc.
References line().

| bool Part::operator<= | ( | Part const & | other | ) | const [inline] |
Definition at line 48 of file merge-sorted.cc.
References line().

| bool Part::operator> | ( | Part const & | other | ) | const [inline] |
Definition at line 52 of file merge-sorted.cc.
References line().

| bool Part::operator>= | ( | Part const & | other | ) | const [inline] |
Definition at line 56 of file merge-sorted.cc.
References line().

1.5.9