![]() |
Tesseract
Motion Planning Environment
|


Public Types | |
| using | Ptr = std::shared_ptr< TestObjectSupportsUpdate > |
| using | ConstPtr = std::shared_ptr< const TestObjectSupportsUpdate > |
Public Types inherited from TestObject | |
| using | Ptr = std::shared_ptr< TestObject > |
| using | ConstPtr = std::shared_ptr< const TestObject > |
Public Member Functions | |
| bool | update (const TestObjectSupportsUpdate::ConstPtr &pattern) |
| TestObjectSupportsUpdate::Ptr | clone () const |
Public Member Functions inherited from TestObject | |
| TestObject ()=default | |
| virtual | ~TestObject ()=default |
| TestObject (const TestObject &)=delete | |
| TestObject & | operator= (const TestObject &)=delete |
| TestObject (TestObject &&)=delete | |
| TestObject & | operator= (TestObject &&)=delete |
| TestObject::Ptr | clone () const |
| int | getRevision () const |
Additional Inherited Members | |
Public Attributes inherited from TestObject | |
| int | val_1 { 0 } |
| int | val_2 { 0 } |
| int | revision_ { 0 } |
| using TestObjectSupportsUpdate::ConstPtr = std::shared_ptr<const TestObjectSupportsUpdate> |
| using TestObjectSupportsUpdate::Ptr = std::shared_ptr<TestObjectSupportsUpdate> |
|
inline |
|
inline |