EPICS ARCHIVER V4
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups
IndexConfig.h
1 // -*- c++ -*-
2 
3 #ifndef __INDEX_CONFIG_H__
4 #define __INDEX_CONFIG_H__
5 
6 // Tools
7 #include "tools/ToolsConfig.h"
8 
10 
12 
17 {
18 public:
33  bool parse(const stdString &config_name);
34 
38  stdList<stdString> subarchives;
39 };
40 
41 #endif
42 
stdList< stdString > subarchives
List of sub-archives found in the indexconfig file.
Definition: IndexConfig.h:38
The index configuration is used by both the ArchiveIndexTool and the simple file-by-file mechanism su...
Definition: IndexConfig.h:16
bool parse(const stdString &config_name)
Parse the given configuration file.