1 #ifndef rgrl_match_set_sptr_h_ 2 #define rgrl_match_set_sptr_h_ 3 4 #include <vbl/vbl_smart_ptr.h> 5 6 class rgrl_match_set; 7 8 typedef vbl_smart_ptr< rgrl_match_set > rgrl_match_set_sptr; 9 10 #endif // rgrl_match_set_sptr_h_ 11
1 #ifndef rgrl_match_set_sptr_h_ 2 #define rgrl_match_set_sptr_h_ 3 4 #include <vbl/vbl_smart_ptr.h> 5 6 class rgrl_match_set; 7 8 typedef vbl_smart_ptr< rgrl_match_set > rgrl_match_set_sptr; 9 10 #endif // rgrl_match_set_sptr_h_ 11