11 #include "CDPBaseTypes.h"
12 #include "CDPString.h"
Definition: CDPInitOptions.h:19
Definition: CDPString.h:22
virtual bool hasKey(const CDPString &optionKey) const =0
Check if the option with the given key exists.
virtual const CDPString & stringValue(const CDPString &optionKey) const =0
Get the string value of the option with the given key.
virtual bool boolValue(const CDPString &optionKey) const =0
Get the bool value of the option with the given key.
virtual cdp_double_t doubleValue(const CDPString &optionKey) const =0
Get the double value of the option with the given key.