ADTF  3.18.2
ValidationServiceInfo::InvalidatedTypes

Return structure for forceRevalidationOfTypeDependencies call. More...

Public Attributes

std::vector< std::string > _enum_type_names
 Collection of enum type names that are invalidated.
 
std::vector< std::string > _struct_type_names
 Collection of struct type names that are invalidated.
 

Detailed Description

Return structure for forceRevalidationOfTypeDependencies call.

Contains the type names for types that have been invalidated.

Definition at line 302 of file dd_validationinfomodel.h.