Definition at line 72 of file GrMemoryPoolTest.cpp.
◆ B()
◆ checkValues()
bool B::checkValues |
( |
int |
v | ) |
|
|
inlineoverridevirtual |
Reimplemented from A.
Definition at line 79 of file GrMemoryPoolTest.cpp.
79 {
80 return fDouble == static_cast<double>(v) &&
82 }
virtual bool checkValues(int v)
◆ setValues()
void B::setValues |
( |
int |
v | ) |
|
|
inlineoverridevirtual |
Reimplemented from A.
Definition at line 75 of file GrMemoryPoolTest.cpp.
75 {
76 fDouble = static_cast<double>(v);
78 }
virtual void setValues(int v)
The documentation for this class was generated from the following file: