Ceetron Data Provider Framework
|
Public Member Functions | |
virtual bool | hasKey (const CDPString &optionKey) const =0 |
Check if the option with the given key exists. | |
virtual cdp_double_t | doubleValue (const CDPString &optionKey) const =0 |
Get the double 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 const CDPString & | stringValue (const CDPString &optionKey) const =0 |
Get the string value of the option with the given key. | |
Initialization option for the data provider.