dca_interface
6.3.4
|
#include <base_versioninfo.h>
Class that contains all details of type dca::VersionInfoResult object.
Can be obtained from a dca::VersionInfoResults object.
Definition at line 75 of file base_versioninfo.h.
Public Member Functions | |
DCA_MODULE_ID_TYPE | id () const |
VersionInfoResultDetail | at (DCA_INDEX_TYPE index) const |
Returns the VersionInfoResultDetail with given index. More... | |
VersionInfoResultDetail | 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 VersionInfoResultDetail objects in the container. More... | |
std::string | name () const |
Returns the name. More... | |
DCA_MODULE_ID_TYPE dca::VersionInfoResult::id | ( | ) | const |
Returns the id of the DCA module, e.g. UrlClassification::ID, UpdateModule::ID etc.
VersionInfoResultDetail dca::VersionInfoResult::at | ( | DCA_INDEX_TYPE | index | ) | const |
Returns the VersionInfoResultDetail with given index.
[in] | index | The index of the VersionInfoResultDetail. Range is from 0 to size() - 1 |
VersionInfoResultDetail dca::VersionInfoResult::operator[] | ( | DCA_INDEX_TYPE | index | ) | const |
Similar to at() but allows a more C++ style access.
[in] | index | The index of the VersionInfoResultDetail. Range is from 0 to size() - 1 |
[in] | index | The index of the VersionInfoResultDetail. Range is from 0 to size() - 1 |
DCA_SIZE_TYPE dca::VersionInfoResult::size | ( | ) | const |
Returns the number of VersionInfoResultDetail objects in the container.
std::string dca::VersionInfoResult::name | ( | ) | const |
Returns the name.