Lines Matching full:template
59 template <> const char *V2iAttribute::staticTypeName ();
60 template <> void V2iAttribute::writeValueTo (OStream &, int) const;
61 template <> void V2iAttribute::readValueFrom (IStream &, int, int);
65 template <> const char *V2fAttribute::staticTypeName ();
66 template <> void V2fAttribute::writeValueTo (OStream &, int) const;
67 template <> void V2fAttribute::readValueFrom (IStream &, int, int);
71 template <> const char *V2dAttribute::staticTypeName ();
72 template <> void V2dAttribute::writeValueTo (OStream &, int) const;
73 template <> void V2dAttribute::readValueFrom (IStream &, int, int);
77 template <> const char *V3iAttribute::staticTypeName ();
78 template <> void V3iAttribute::writeValueTo (OStream &, int) const;
79 template <> void V3iAttribute::readValueFrom (IStream &, int, int);
83 template <> const char *V3fAttribute::staticTypeName ();
84 template <> void V3fAttribute::writeValueTo (OStream &, int) const;
85 template <> void V3fAttribute::readValueFrom (IStream &, int, int);
89 template <> const char *V3dAttribute::staticTypeName ();
90 template <> void V3dAttribute::writeValueTo (OStream &, int) const;
91 template <> void V3dAttribute::readValueFrom (IStream &, int, int);