Public Types | |
using | ConstPtr = std::shared_ptr< const TestObjectSupportsUpdateFailure > |
using | Ptr = std::shared_ptr< TestObjectSupportsUpdateFailure > |
![]() | |
using | ConstPtr = std::shared_ptr< const TestObject > |
using | Ptr = std::shared_ptr< TestObject > |
Public Member Functions | |
TestObjectSupportsUpdateFailure::Ptr | clone () const |
bool | update (const TestObjectSupportsUpdateFailure::ConstPtr &pattern) |
![]() | |
TestObject::Ptr | clone () const |
int | getRevision () const |
TestObject & | operator= (const TestObject &)=delete |
TestObject & | operator= (TestObject &&)=delete |
TestObject ()=default | |
TestObject (const TestObject &)=delete | |
TestObject (TestObject &&)=delete | |
virtual | ~TestObject ()=default |
Additional Inherited Members | |
![]() | |
int | revision_ { 0 } |
int | val_1 { 0 } |
int | val_2 { 0 } |
Definition at line 66 of file clone_cache_unit.cpp.
using TestObjectSupportsUpdateFailure::ConstPtr = std::shared_ptr<const TestObjectSupportsUpdateFailure> |
Definition at line 70 of file clone_cache_unit.cpp.
using TestObjectSupportsUpdateFailure::Ptr = std::shared_ptr<TestObjectSupportsUpdateFailure> |
Definition at line 69 of file clone_cache_unit.cpp.
|
inline |
Definition at line 80 of file clone_cache_unit.cpp.
|
inline |
Definition at line 72 of file clone_cache_unit.cpp.