31.12.2014 Views

Paskaitų konspektai - Matematikos ir Informatikos fakultetas ...

Paskaitų konspektai - Matematikos ir Informatikos fakultetas ...

Paskaitų konspektai - Matematikos ir Informatikos fakultetas ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

public:<br />

bool operator() (const Food* a, const Food* b) const<br />

{<br />

return (a->getName() < b->getName());<br />

}<br />

};<br />

Sąrašo metodui sort() perduodamas papildomas parametras: laikinas objektasfunkcija,<br />

atsakingas už sąrašo elemtentų (rodyklių) palyginimą:<br />

foods.sort(FoodPtrNameCompare());<br />

list::iterator li = foods.begin();<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!