|
Monero
|

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) |
|
inlinevirtual |
|
inlineprotected |
|
inlineprotected |
|
protected |
|
protected |