pkgname-types.hpp
Go to the documentation of this file.
00001 #ifndef @PKGNAME@_TYPES_HPP
00002 #define @PKGNAME@_TYPES_HPP
00003 
00013 #include <vector>
00014 
00020 struct @Pkgname@Data
00021 {
00023     std::vector<double> samples;
00024 };
00025 
00026 #endif // @PKGNAME@_TYPES_HPP


ocl
Author(s): OCL Development Team
autogenerated on Sat Jun 8 2019 18:48:54