dca_interface
6.3.4
|
#include <malware_locales.h>
Definition of a container class for MalwareLocale objects.
Definition at line 32 of file malware_locales.h.
Public Member Functions | |
MalwareLocale | at (DCA_INDEX_TYPE index) const |
Returns the MalwareLocale with given index. More... | |
MalwareLocale | 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 locales in the container. More... | |
MalwareLocale dca_malware::MalwareLocales::at | ( | DCA_INDEX_TYPE | index | ) | const |
Returns the MalwareLocale with given index.
[in] | index | The index of the locale. Range is from 0 to size() - 1 |
MalwareLocale dca_malware::MalwareLocales::operator[] | ( | DCA_INDEX_TYPE | index | ) | const |
DCA_SIZE_TYPE dca_malware::MalwareLocales::size | ( | ) | const |
Returns the number of locales in the container.