contrib/rpl/rgrl/rgrl_match_set_sptr.h
Go to the documentation of this file.
00001 #ifndef rgrl_match_set_sptr_h_
00002 #define rgrl_match_set_sptr_h_
00003 
00004 #include <vbl/vbl_smart_ptr.h>
00005 
00006 class rgrl_match_set;
00007 
00008 typedef vbl_smart_ptr< rgrl_match_set >  rgrl_match_set_sptr;
00009 
00010 #endif // rgrl_match_set_sptr_h_