ocra-recipes
Doxygen documentation for the ocra-recipes repository
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
ocra
include
ocra
util
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
Generated on Wed Mar 21 2018 09:00:38 for ocra-recipes by
1.8.11