|
Electroneum
|

Go to the source code of this file.
Classes | |
| struct | Student |
| struct | Group |
| class | Shape |
| class | Circle |
| class | Box |
| class | Canvas |
Functions | |
| template<typename Archiver > | |
| Archiver & | operator & (Archiver &ar, Student &s) |
| std::ostream & | operator<< (std::ostream &os, const Student &s) |
| void | test1 () |
| template<typename Archiver > | |
| Archiver & | operator & (Archiver &ar, Group &g) |
| std::ostream & | operator<< (std::ostream &os, const Group &g) |
| void | test2 () |
| template<typename Archiver > | |
| Archiver & | operator & (Archiver &ar, Shape &s) |
| template<typename Archiver > | |
| Archiver & | operator & (Archiver &ar, Circle &c) |
| template<typename Archiver > | |
| Archiver & | operator & (Archiver &ar, Box &b) |
| template<typename Archiver > | |
| Archiver & | operator & (Archiver &ar, Shape *&shape) |
| template<typename Archiver > | |
| Archiver & | operator & (Archiver &ar, Canvas &c) |
| void | test3 () |
| int | main () |
| int main | ( | ) |
Definition at line 21 of file archivertest.cpp.
Definition at line 68 of file archivertest.cpp.
Definition at line 143 of file archivertest.cpp.
Definition at line 169 of file archivertest.cpp.
Definition at line 195 of file archivertest.cpp.
Definition at line 229 of file archivertest.cpp.

| std::ostream& operator<< | ( | std::ostream & | os, |
| const Student & | s | ||
| ) |
Definition at line 30 of file archivertest.cpp.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const Group & | g | ||
| ) |
Definition at line 86 of file archivertest.cpp.
| void test1 | ( | ) |
Definition at line 34 of file archivertest.cpp.


| void test2 | ( | ) |
Definition at line 93 of file archivertest.cpp.


| void test3 | ( | ) |
Definition at line 257 of file archivertest.cpp.

