Definition of the SPL::Collection class. More...
Classes |
|
| class | SPL::Collection |
| Class that serves as an interface for the List, Map, and Set classes. More... |
|
Namespaces |
|
| SPL | |
| C++ classes for writing operators. |
|
Functions |
|
| bool | SPL::operator== (const Collection &lhs, const Collection &rhs) |
| bool | SPL::operator!= (const Collection &lhs, const Collection &rhs) |
| std::ostream & | SPL::serializeWithPrecision (std::ostream &ostr, const Collection &x) |
| std::ostream & | SPL::operator<< (std::ostream &ostr, const Collection &x) |
| std::istream & | SPL::operator>> (std::istream &istr, Collection &x) |
| void | SPL::deserializeWithSuffix (std::istream &istr, Collection &x) |
Definition of the SPL::Collection class.