#include <ToyProducts.h>
Public Member Functions | |
| PtrToNonPersistable ()=default | |
| PtrToNonPersistable (std::string const &n) | |
| PtrToNonPersistable (PtrToNonPersistable const &)=delete | |
| PtrToNonPersistable & | operator= (PtrToNonPersistable const &)=delete |
| PtrToNonPersistable (PtrToNonPersistable &&rhs) | |
| PtrToNonPersistable & | operator= (PtrToNonPersistable &&rhs) |
| ~PtrToNonPersistable () noexcept | |
Public Attributes | |
| NonPersistable const * | np {nullptr} |
Definition at line 261 of file ToyProducts.h.
|
explicitdefault |
|
inlineexplicit |
Definition at line 264 of file ToyProducts.h.
|
delete |
|
inline |
Definition at line 273 of file ToyProducts.h.
|
inlinenoexcept |
Definition at line 286 of file ToyProducts.h.
|
delete |
|
inline |
Definition at line 279 of file ToyProducts.h.
| NonPersistable const* arttest::PtrToNonPersistable::np {nullptr} |
Definition at line 292 of file ToyProducts.h.
1.8.11