The enumaration subclasses that contain the supported algorithm enumerations.
More...
#include <ZrtpConfigure.h>
The enumaration subclasses that contain the supported algorithm enumerations.
Definition at line 260 of file ZrtpConfigure.h.
std::list<std::string>* EnumBase::getAllNames |
( |
| ) |
|
|
inherited |
Return all names of all currently stored AlgorithmEnums.
- Returns
- A C++ std::list of C++ std::strings that contain the names.
Get the ordinal number of an AlgorithmEnum.
- Parameters
-
- Returns
- Return the ordinal number of this AlgorithmEnum if found, -1 otherwise.
int EnumBase::getSize |
( |
| ) |
|
|
inherited |
Get the number of currently stored AlgorithmEnums.
- Returns
- The number of currently stored AlgorithmEnums
void EnumBase::insert |
( |
const char * |
name | ) |
|
|
protectedinherited |
The documentation for this class was generated from the following file: