Definition at line 12 of file allocation_test.cc.
◆ TestValueObject()
dart::TestValueObject::TestValueObject |
( |
int * |
ptr | ) |
|
|
inlineexplicit |
Definition at line 14 of file allocation_test.cc.
14 : ptr_(ptr) {
15 EXPECT_EQ(1, *ptr_);
16 *ptr_ = 2;
17 }
◆ ~TestValueObject()
virtual dart::TestValueObject::~TestValueObject |
( |
| ) |
|
|
inlinevirtual |
◆ GetId()
virtual int dart::TestValueObject::GetId |
( |
| ) |
const |
|
inlinevirtual |
◆ value()
int dart::TestValueObject::value |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: