The Gaudi Framework  v30r3 (a5ef0a68)
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 <map>
9 #include <string>
10 // ============================================================================
11 namespace Gaudi
12 {
13  namespace Parsers
14  {
15  // ============================================================================
16  class Position;
17  // ============================================================================
19  {
20  public:
22 
23  public:
24  bool AddFile( std::string filename, Position from );
25  bool IsIncluded( const std::string& filename ) const;
26  bool GetPosition( const std::string& filename, const Position** pos ) const;
27 
28  private:
29  Container container_;
30  };
31  // ============================================================================
32  } /* Gaudi */
33 } /* Parsers */
34 // ============================================================================
35 #endif // JOBOPTIONSVC_INCLUDED_FILES_H_
bool IsIncluded(const std::string &filename) const
std::map< std::string, Position > Container
Definition: IncludedFiles.h:21
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