ATLAS Offline Software
Typedefs
RepeatedConditionsDefs.h File Reference
#include <string>
#include <memory>
#include "./IRepeatedCondition.h"
Include dependency graph for RepeatedConditionsDefs.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using ConditionPtr = std::unique_ptr< IRepeatedCondition >
 
using ConditionPtrs = std::vector< ConditionPtr >
 
using ConditionPtrsIter = ConditionPtrs::iterator
 

Typedef Documentation

◆ ConditionPtr

using ConditionPtr = std::unique_ptr<IRepeatedCondition>

Definition at line 19 of file RepeatedConditionsDefs.h.

◆ ConditionPtrs

using ConditionPtrs = std::vector<ConditionPtr>

Definition at line 20 of file RepeatedConditionsDefs.h.

◆ ConditionPtrsIter

using ConditionPtrsIter = ConditionPtrs::iterator

Definition at line 21 of file RepeatedConditionsDefs.h.