CDPInitOptions

Functions

~CDPInitOptions

bool

hasKey

cdp_double_t

doubleValue

bool

boolValue

const CDPString &

stringValue

Detailed Description

class CDPInitOptions

Initialization option for the data provider.

Public Functions

inline virtual ~CDPInitOptions()
virtual bool hasKey(const CDPString &optionKey) const = 0

Checks if the option with the given key exists.

virtual cdp_double_t doubleValue(const CDPString &optionKey) const = 0

Gets the double value of the option with the given key.

virtual bool boolValue(const CDPString &optionKey) const = 0

Gets the bool value of the option with the given key.

virtual const CDPString &stringValue(const CDPString &optionKey) const = 0

Gets the string value of the option with the given key.