Searched refs:my_vec (Results 1 – 12 of 12) sorted by relevance
8 template <int D> struct my_vec { }; struct18 vec_traits< my_vec<D> >22 template <int I> static int read_element( my_vec<D> const & );23 template <int I> static int & write_element( my_vec<D> & );32 my_vec<1> const v=my_vec<1>(); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 ZZ(my_vec<3>()); in main()46 XW(my_vec<3>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 XX(my_vec<1>()); in main()46 XY(my_vec<1>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 YY(my_vec<2>()); in main()46 XZ(my_vec<2>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 ZZZZ(my_vec<3>()); in main()46 XXXW(my_vec<3>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 ZZZ(my_vec<3>()); in main()46 XXW(my_vec<3>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 XXX(my_vec<1>()); in main()46 XXY(my_vec<1>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 YYY(my_vec<2>()); in main()46 XXZ(my_vec<2>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 YYYY(my_vec<2>()); in main()46 XXXZ(my_vec<2>()); in main()
10 template <int D> struct my_vec { }; struct31 vec_traits< my_vec<D> >35 template <int I> static int read_element( my_vec<D> const & );36 template <int I> static int & write_element( my_vec<D> & );45 XXXX(my_vec<1>()); in main()46 XXXY(my_vec<1>()); in main()
8 template <int D> struct my_vec { }; struct18 vec_traits< my_vec<D> >22 template <int I> static int read_element( my_vec<D> const & );23 template <int I> static int & write_element( my_vec<D> & );32 my_vec<1> v; in main()
34 class my_vec : public std::vector< double > { class38 my_vec() : std::vector< double >() in my_vec() function in my_vec41 my_vec( const my_vec &x ) : std::vector< double >( x ) in my_vec() function in my_vec45 my_vec( size_t dim ) in my_vec() function in my_vec56 struct is_resizeable< my_vec >66 typedef my_vec state_type;