Ceetron Data Provider Framework
Public Member Functions | List of all members
CDPInitOptions Class Referenceabstract

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 CDPStringstringValue (const CDPString &optionKey) const =0
 Get the string value of the option with the given key.
 

Detailed Description

Initialization option for the data provider.


The documentation for this class was generated from the following file: