IncludedFiles.h
Go to the documentation of this file.
1 #ifndef JOBOPTIONSVC_INCLUDED_FILES_H_
2 #define JOBOPTIONSVC_INCLUDED_FILES_H_
3 // ============================================================================
4 // Includes:
5 // ============================================================================
6 // STD & STL:
7 // ============================================================================
8 #include <string>
9 #include <map>
10 // ============================================================================
11 namespace Gaudi { namespace Parsers {
12 // ============================================================================
13 class Position;
14 // ============================================================================
16  public:
18  public:
20  bool IsIncluded(const std::string& filename) const;
21  bool GetPosition(const std::string& filename, const Position** pos) const;
22  private:
23  Container container_;
24 };
25 // ============================================================================
26 } /* Gaudi */ } /* Parsers */
27 // ============================================================================
28 #endif // JOBOPTIONSVC_INCLUDED_FILES_H_
bool IsIncluded(const std::string &filename) const
std::map< std::string, Position > Container
Definition: IncludedFiles.h:17
STL class.
bool GetPosition(const std::string &filename, const Position **pos) const
bool AddFile(std::string filename, Position from)
Helper functions to set/get the application return code.
Definition: __init__.py:1