This class contains information from coverage info node as entered in the 'Set Information' dialog in winIDEA.
More...
#include <CCoverageData2.h>
|
| std::string | getComment () |
| | Returns comment as entered in 'Set Information' dialog.
|
| std::string | getDate () |
| | Returns recording date.
|
| std::string | getDescription () |
| | Returns description as entered in 'Set Information' dialog.
|
| std::string | getHardware () |
| | Returns hardware info as entered in 'Set Information' dialog.
|
| std::string | getId () |
| | Returns coverage ID as entered in 'Set Information' dialog.
|
| std::string | getName () |
| | Returns tester's name as entered in 'Set Information' dialog.
|
| std::string | getSoftware () |
| | Returns covered software info as entered in 'Set Information' dialog.
|
| std::string | getTime () |
| | Returns recording time.
|
This class contains information from coverage info node as entered in the 'Set Information' dialog in winIDEA.
This node appears at the start of coverage XML export, and there is only one instance per document. Call method CCoverageData2::getCoverageMetaInfo() to get instance of this class.
◆ getComment()
| std::string isys::CCoverageMetaInfo::getComment |
( |
| ) |
|
|
inline |
Returns comment as entered in 'Set Information' dialog.
- Since
- 9.12.288
◆ getDate()
| std::string isys::CCoverageMetaInfo::getDate |
( |
| ) |
|
|
inline |
Returns recording date.
- Since
- 9.12.288
◆ getDescription()
| std::string isys::CCoverageMetaInfo::getDescription |
( |
| ) |
|
|
inline |
Returns description as entered in 'Set Information' dialog.
- Since
- 9.12.288
◆ getHardware()
| std::string isys::CCoverageMetaInfo::getHardware |
( |
| ) |
|
|
inline |
Returns hardware info as entered in 'Set Information' dialog.
- Since
- 9.12.288
◆ getId()
| std::string isys::CCoverageMetaInfo::getId |
( |
| ) |
|
|
inline |
Returns coverage ID as entered in 'Set Information' dialog.
- Since
- 9.12.288
◆ getName()
| std::string isys::CCoverageMetaInfo::getName |
( |
| ) |
|
|
inline |
Returns tester's name as entered in 'Set Information' dialog.
- Since
- 9.12.288
◆ getSoftware()
| std::string isys::CCoverageMetaInfo::getSoftware |
( |
| ) |
|
|
inline |
Returns covered software info as entered in 'Set Information' dialog.
- Since
- 9.12.288
◆ getTime()
| std::string isys::CCoverageMetaInfo::getTime |
( |
| ) |
|
|
inline |
Returns recording time.
- Since
- 9.12.288