The Gaudi Framework
v26r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
// ============================================================================
16
class
IncludedFiles
{
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
:
24
Container
container_
;
25
};
26
// ============================================================================
27
}
/* Gaudi */
}
/* Parsers */
28
// ============================================================================
29
#endif // JOBOPTIONSVC_INCLUDED_FILES_H_
GaudiCoreSvc
src
JobOptionsSvc
IncludedFiles.h
Generated on Mon Feb 16 2015 11:56:53 for The Gaudi Framework by
1.8.2