dca_interface
6.3.4
|
#include <base_versioninfo.h>
Class that contains all version information of all initialized DCA modules.
Can be obtained from a call to DcaInstance::getVersionInfo()
Definition at line 145 of file base_versioninfo.h.
Public Member Functions | |
VersionInfoResult | at (DCA_INDEX_TYPE index) const |
Returns the VersionInfoResult with given index. More... | |
VersionInfoResult | operator[] (DCA_INDEX_TYPE index) const |
Similar to at() but allows a more C++ style access. More... | |
DCA_SIZE_TYPE | size () const |
Returns the number of VersionInfoResult objects in the container. More... | |
VersionInfoResult dca::VersionInfoResults::at | ( | DCA_INDEX_TYPE | index | ) | const |
Returns the VersionInfoResult with given index.
[in] | index | The index of the VersionInfoResult. Range is from 0 to size() - 1 |
VersionInfoResult dca::VersionInfoResults::operator[] | ( | DCA_INDEX_TYPE | index | ) | const |
Similar to at() but allows a more C++ style access.
[in] | index | The index of the VersionInfoResult. Range is from 0 to size() - 1 |
[in] | index | The index of the VersionInfoResult. Range is from 0 to size() - 1 |
DCA_SIZE_TYPE dca::VersionInfoResults::size | ( | ) | const |
Returns the number of VersionInfoResult objects in the container.