Loading...
Searching...
No Matches
15#ifndef MOMENTUM_MACROS_H
16#define MOMENTUM_MACROS_H
19#include <agx/macros.h>
22#define V1_DECLARE_CONTAINER_TYPE(T) \
26 typedef std::vector<std::shared_ptr<T> > T ## Vector;\
27 typedef std::shared_ptr<T> T ## Ptr