Use this to get a shared_ptr for *this
| 59 | |
| 60 | // Use this to get a shared_ptr for *this |
| 61 | std::shared_ptr<ModelLibrary> getptr() |
| 62 | { |
| 63 | return shared_from_this(); |
| 64 | } |
| 65 | }; |
| 66 | |
| 67 | class MaterialsExport ModelLibraryLocal: public ModelLibrary |
no outgoing calls
no test coverage detected