recordSet_.h
Go to the documentation of this file.
00001 /* recordSet.h
00002  */
00003 #ifndef _SEARCH_RECORDSET_H
00004 #define _SEARCH_RECORDSET_H
00005 
00006 #include "osl/container/pointerSet.h"
00007 
00008 namespace osl
00009 {
00010   namespace search
00011   {
00012     class SimpleHashRecord;
00013   }
00014 }
00015 
00016 namespace osl
00017 {
00018   namespace search
00019   {
00020     namespace analyzer
00021     {
00022       class RecordSet : public container::PointerSet<SimpleHashRecord>
00023       {
00024       public:
00025         RecordSet();
00026         ~RecordSet();
00027       };
00028     } // namespace analyzer
00029   } // namespace search
00030 } // namespace osl
00031 
00032 #endif /* _SEARCH_RECORDSET_H */
00033 // ;;; Local Variables:
00034 // ;;; mode:c++
00035 // ;;; c-basic-offset:2
00036 // ;;; End:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines