|
Electroneum
|

Public Member Functions | |
| virtual | ~Shape () |
| virtual const char * | GetType () const =0 |
| virtual void | Print (std::ostream &os) const =0 |
Protected Member Functions | |
| Shape () | |
| Shape (double x, double y) | |
Protected Attributes | |
| double | x_ |
| double | y_ |
Friends | |
| template<typename Archiver> | |
| Archiver & | operator& (Archiver &ar, Shape &s) |
Definition at line 126 of file archivertest.cpp.
|
inlinevirtual |
Definition at line 128 of file archivertest.cpp.
|
inlineprotected |
|
inlineprotected |
Definition at line 134 of file archivertest.cpp.
|
pure virtual |
Definition at line 143 of file archivertest.cpp.
|
protected |
Definition at line 139 of file archivertest.cpp.
|
protected |
Definition at line 139 of file archivertest.cpp.