|
WSF
|
This object handles reading input specification of assets for coverage objects. More...
#include <WsfCoverageAssetSpecification.hpp>
Classes | |
| struct | Asset |
| A record read in from the input file. More... | |
Public Types | |
| enum class | AssetClass { cUNKNOWN , cPLATFORM , cPLATFORM_TYPE , cCATEGORY , cGROUP } |
| AssetClass gives the set of possible classes of assets supported by Coverage objects. More... | |
Public Member Functions | |
| AssetSpecification ()=default | |
| AssetSpecification (const AssetSpecification &aOther)=default | |
| ~AssetSpecification ()=default | |
| bool | ProcessInput (UtInput &aInput) |
| std::size_t | NumSpecifications () const |
| const Asset & | GetAsset (std::size_t aIndex) const |
| const std::vector< Asset > & | GetAssets () const |
This object handles reading input specification of assets for coverage objects.
|
strong |
AssetClass gives the set of possible classes of assets supported by Coverage objects.
| Enumerator | |
|---|---|
| cUNKNOWN | |
| cPLATFORM | |
| cPLATFORM_TYPE | |
| cCATEGORY | |
| cGROUP | |
|
default |
Referenced by AssetSpecification().
|
default |
References AssetSpecification().
|
default |
References ProcessInput().
|
inline |
|
inline |
|
inline |
| bool wsf::coverage::AssetSpecification::ProcessInput | ( | UtInput & | aInput | ) |