Definition at line 149 of file archivertest.cpp.
◆ Circle() [1/2]
◆ Circle() [2/2]
| Circle::Circle |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
radius |
|
) |
| |
|
inline |
◆ ~Circle()
◆ GetType()
| const char* Circle::GetType |
( |
| ) |
const |
|
inlinevirtual |
◆ Print()
| void Circle::Print |
( |
std::ostream & |
os | ) |
const |
|
inlinevirtual |
Implements Shape.
Definition at line 157 of file archivertest.cpp.
158 os <<
"Circle (" <<
x_ <<
", " <<
y_ <<
")" <<
" radius = " << radius_;
◆ operator &
template<typename Archiver >
The documentation for this class was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/example/archiver/archivertest.cpp