ocra-recipes
Doxygen documentation for the ocra-recipes repository
Macros.h
Go to the documentation of this file.
1 #ifndef OCRA_UTILS_MACROS_H
2 #define OCRA_UTILS_MACROS_H
3 
4 #include <memory>
8  #define DEFINE_CLASS_POINTER_TYPEDEFS(Class) \
9  public : using Ptr = std::shared_ptr<Class>;
10 
11 #endif // OCRA_UTILS_MACROS_H