core/vbl/vbl_triple.txx
Go to the documentation of this file.
00001 #ifndef vbl_triple_txx_
00002 #define vbl_triple_txx_
00003 /*
00004   fsm
00005 */
00006 #include "vbl_triple.h"
00007 
00008 #undef VBL_TRIPLE_INSTANTIATE
00009 #define VBL_TRIPLE_INSTANTIATE(T1, T2, T3) \
00010 template struct vbl_triple<T1, T2, T3 >; \
00011 template vbl_triple<T1, T2, T3 > vbl_make_triple(T1 const &, T2 const &, T3 const &)
00012 
00013 #define VBL_TRIPLE_INSTANTIATE_comparisons(T1, T2, T3) \
00014 VCL_INSTANTIATE_INLINE( bool operator==(vbl_triple<T1, T2, T3 > const &, vbl_triple<T1, T2, T3 > const &) ); \
00015 VCL_INSTANTIATE_INLINE( bool operator< (vbl_triple<T1, T2, T3 > const &, vbl_triple<T1, T2, T3 > const &) )
00016 
00017 #endif