Matrix Science header

ms_distiller_subsearch.hpp

00001 /*
00002 ##############################################################################
00003 # file: ms_distiller_subsearch.hpp
00004 # 'msparser' toolkit
00005 ##############################################################################
00006 # COPYRIGHT NOTICE
00007 # Copyright 1998-2014 Matrix Science Limited  All Rights Reserved.
00008 #
00009 ##############################################################################
00010  * @(#)$Source: parser/inc/ms_distiller_subsearch.hpp $
00011  * @(#)$Revision: 1b450440f9c97e1e41d0fc6016a27d68951d4532 | MSPARSER_REL_2_8_1-0-gea32989045 $
00012  * @(#)$Date: 2018-07-30 16:23:53 +0100 $
00013 ##############################################################################
00014  */
00015 
00016 #ifndef MS_DISTILLER_SUBSEARCH_HPP
00017 #define MS_DISTILLER_SUBSEARCH_HPP
00018 
00019 
00020 // Includes from the standard template library
00021 #include <string>
00022 
00023 
00024 namespace msparser_internal
00025 {
00026     class ms_XMLHelper;
00027     class ms_XMLElement;
00028 }
00029 
00030 namespace matrix_science
00031 {
00032     //=========================================================================
00038 
00039 
00042     class MS_MASCOTRESFILE_API ms_distiller_subsearch
00043     {
00044         public:
00045             // used internally
00046             ms_distiller_subsearch();
00047             virtual ~ms_distiller_subsearch() { }
00048 
00049             bool extractXml(msparser_internal::ms_XMLHelper & helper, msparser_internal::ms_XMLElement & element);
00050 
00052             virtual std::string getTaskId() const;
00054             virtual std::string getTitle() const;
00056             virtual std::string getResultsFile() const;
00057 
00058         private:
00059             std::string taskId_;
00060             std::string title_;
00061             std::string resultsFile_;
00062     };
00063  // end of quantitation_group
00065     //=========================================================================
00066 
00067 } // namespace matrix_science
00068 
00069 #endif // ms_distiller_subsearch_HPP
00070 
00071 /*------------------------------- End of File -------------------------------*/

Copyright © 2022 Matrix Science Ltd.  All Rights Reserved. Generated on Thu Mar 31 2022 01:12:29