The enumaration subclasses that contain the supported algorithm enumerations.
More...
#include <ZrtpConfigure.h>
Inheritance diagram for HashEnum:
Collaboration diagram for HashEnum:
Public Member Functions
Return all names of all currently stored AlgorithmEnums.
More...
Get the number of currently stored AlgorithmEnums.
More...
Protected Member Functions
void
insert (const char *name)
Detailed Description
The enumaration subclasses that contain the supported algorithm enumerations.
Definition at line 260 of file ZrtpConfigure.h.
Constructor & Destructor Documentation
Member Function Documentation
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
void EnumBase::insert
(
const char *
name,
int32_t
klen,
const char *
ra,
)
protectedinherited
The documentation for this class was generated from the following file: