Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
IncludedFiles.h
Go to the documentation of this file.
1 // $Id:$
2 #ifndef JOBOPTIONSVC_INCLUDED_FILES_H_
3 #define JOBOPTIONSVC_INCLUDED_FILES_H_
4 // ============================================================================
5 // Includes:
6 // ============================================================================
7 // STD & STL:
8 // ============================================================================
9 #include <string>
10 #include <map>
11 // ============================================================================
12 namespace Gaudi { namespace Parsers {
13 // ============================================================================
14 class Position;
15 // ============================================================================
17  public:
19  public:
20  bool AddFile(const std::string& filename, const Position& from);
21  bool IsIncluded(const std::string& filename) const;
22  bool GetPosition(const std::string& filename, const Position** pos) const;
23  private:
25 };
26 // ============================================================================
27 } /* Gaudi */ } /* Parsers */
28 // ============================================================================
29 #endif // JOBOPTIONSVC_INCLUDED_FILES_H_

Generated at Wed Dec 4 2013 14:33:08 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004