#ifndef Rice__detail__to_ruby__hpp_ #define Rice__detail__to_ruby__hpp_ namespace Rice { namespace detail { template struct to_ruby_ { static Rice::Object convert(T & x); }; template struct to_ruby_ { static Rice::Object convert(T * x); }; } // detail } // Rice #endif // Rice__detail__to_ruby__hpp_