ATLAS Offline Software
Typedefs
ConditionsDefs.h File Reference
#include <string>
#include <memory>
#include "./ICondition.h"
Include dependency graph for ConditionsDefs.h:

Go to the source code of this file.

Typedefs

using Condition = std::unique_ptr< ICondition >
 
using Conditions = std::vector< Condition >
 
using ConditionsIter = Conditions::iterator
 

Typedef Documentation

◆ Condition

using Condition = std::unique_ptr<ICondition>

Definition at line 19 of file ConditionsDefs.h.

◆ Conditions

using Conditions = std::vector<Condition>

Definition at line 20 of file ConditionsDefs.h.

◆ ConditionsIter

using ConditionsIter = Conditions::iterator

Definition at line 21 of file ConditionsDefs.h.