10 #ifndef SUPPORTLIB_BASECLASS_OBJECT_H
11 #define SUPPORTLIB_BASECLASS_OBJECT_H
35 using SPtr = std::shared_ptr<T>;
36 using UPtr = std::unique_ptr<T>;
37 using WPtr = std::weak_ptr<T>;
39 virtual ~
Object() =
default;
Base Class of all classes.
Definition: Object.h:33
Namespace for giri's C++ support library.
Definition: Base64.h:47