ADTF  3.18.2
ValidationServiceInfo::Dependency

dependency More...

Public Member Functions

 Dependency ()=delete
 no default CTOR
 
 Dependency (DependencyType type_of_dependency, const std::string &from, const std::string &to)
 CTOR. More...
 
 ~Dependency ()=default
 DTOR.
 

Public Attributes

DependencyType _type_of_dependency
 Dependency type.
 
std::string _from
 the "from" item name. More...
 
std::string _to
 the "to" item name. More...
 

Detailed Description

dependency

Definition at line 95 of file dd_validationinfomodel.h.

Constructor & Destructor Documentation

◆ Dependency()

Dependency ( DependencyType  type_of_dependency,
const std::string &  from,
const std::string &  to 
)

CTOR.

Parameters
type_of_dependencytype of depency
fromitem name that depends on the to
toitem name of the item depending to.

Member Data Documentation

◆ _from

std::string _from

the "from" item name.

Item name that depends on the _to

Definition at line 127 of file dd_validationinfomodel.h.

◆ _to

std::string _to

the "to" item name.

Item name of the item depending to.

Definition at line 132 of file dd_validationinfomodel.h.