Gaudi Framework, version v25r2

Home   Generated: Wed Jun 4 2014
 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:
18  typedef std::map<std::string, Position> Container;
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 Jun 4 2014 14:48:56 for Gaudi Framework, version v25r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004