|
virtual | ~Shape () |
|
virtual const char * | GetType () const =0 |
|
virtual void | Print (std::ostream &os) const =0 |
|
Definition at line 126 of file archivertest.cpp.
◆ ~Shape()
virtual Shape::~Shape |
( |
| ) |
|
|
inlinevirtual |
◆ Shape() [1/2]
◆ Shape() [2/2]
Shape::Shape |
( |
double | x, |
|
|
double | y ) |
|
inlineprotected |
◆ GetType()
virtual const char * Shape::GetType |
( |
| ) |
const |
|
pure virtual |
◆ Print()
virtual void Shape::Print |
( |
std::ostream & | os | ) |
const |
|
pure virtual |
◆ operator&
Definition at line 143 of file archivertest.cpp.
143 {
144 ar.Member(
"x") &
s.x_;
145 ar.Member(
"y") &
s.y_;
146 return ar;
147}
◆ x_
◆ y_
The documentation for this class was generated from the following file: