#pragma once #include #include "vfxpreopenexr-errors-private.h" #include #include #include inline std::vector const & to_cpp_ref( std_vector_string_t const * rhs) { return *(reinterpret_cast const * >(rhs)); } inline std::vector & to_cpp_ref( std_vector_string_t * rhs) { return *(reinterpret_cast * >(rhs)); } inline std::vector const * to_cpp( std_vector_string_t const * rhs) { return reinterpret_cast const * >(rhs); } inline std::vector * to_cpp( std_vector_string_t * rhs) { return reinterpret_cast * >(rhs); } inline void to_c( std_vector_string_t const * * lhs , std::vector const & rhs) { *(lhs) = reinterpret_cast(&(rhs)); } inline void to_c( std_vector_string_t const * * lhs , std::vector const * rhs) { *(lhs) = reinterpret_cast(rhs); } inline void to_c( std_vector_string_t * * lhs , std::vector & rhs) { *(lhs) = reinterpret_cast(&(rhs)); } inline void to_c( std_vector_string_t * * lhs , std::vector * rhs) { *(lhs) = reinterpret_cast(rhs); } inline std::vector const & to_cpp_ref( std_vector_float_t const * rhs) { return *(reinterpret_cast const * >(rhs)); } inline std::vector & to_cpp_ref( std_vector_float_t * rhs) { return *(reinterpret_cast * >(rhs)); } inline std::vector const * to_cpp( std_vector_float_t const * rhs) { return reinterpret_cast const * >(rhs); } inline std::vector * to_cpp( std_vector_float_t * rhs) { return reinterpret_cast * >(rhs); } inline void to_c( std_vector_float_t const * * lhs , std::vector const & rhs) { *(lhs) = reinterpret_cast(&(rhs)); } inline void to_c( std_vector_float_t const * * lhs , std::vector const * rhs) { *(lhs) = reinterpret_cast(rhs); } inline void to_c( std_vector_float_t * * lhs , std::vector & rhs) { *(lhs) = reinterpret_cast(&(rhs)); } inline void to_c( std_vector_float_t * * lhs , std::vector * rhs) { *(lhs) = reinterpret_cast(rhs); }