dca_interface
6.3.4
|
#include <ipr_locales.h>
Definition of a container class for IprLocale objects.
Definition at line 32 of file ipr_locales.h.
Public Member Functions | |
IprLocale | at (DCA_INDEX_TYPE index) const |
Returns the IprLocale with given index. More... | |
IprLocale | 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... | |
IprLocale dca_ipr::IprLocales::at | ( | DCA_INDEX_TYPE | index | ) | const |
IprLocale dca_ipr::IprLocales::operator[] | ( | DCA_INDEX_TYPE | index | ) | const |
DCA_SIZE_TYPE dca_ipr::IprLocales::size | ( | ) | const |
Returns the number of locales in the container.