#include <opalplugin.hpp>
Inheritance diagram for PluginCodec_OptionMap:
Public Member Functions | |
PluginCodec_OptionMap (const char *const **options=NULL) | |
unsigned | GetUnsigned (const char *key, unsigned dflt=0) const |
void | SetUnsigned (unsigned value, const char *key) |
char ** | GetOptions () const |
PluginCodec_OptionMap::PluginCodec_OptionMap | ( | const char *const ** | options = NULL |
) | [inline] |
char** PluginCodec_OptionMap::GetOptions | ( | ) | const [inline] |
unsigned PluginCodec_OptionMap::GetUnsigned | ( | const char * | key, | |
unsigned | dflt = 0 | |||
) | const [inline] |
void PluginCodec_OptionMap::SetUnsigned | ( | unsigned | value, | |
const char * | key | |||
) | [inline] |