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_
bool IsIncluded(const std::string &filename) const
std::map< std::string, Position > Container
Definition: IncludedFiles.h:18
bool GetPosition(const std::string &filename, const Position **pos) const
bool AddFile(const std::string &filename, const Position &from)
This is a number of static methods for bootstrapping the Gaudi framework.
Definition: Bootstrap.h:14