35 class ConnectionParametersImpl;
58 friend class ConnectionImpl;
84 const std::string&
getValue(
const std::string& key)
const;
92 const std::string&
getKey(
int index)
const;
102 std::shared_ptr<ConnectionParametersImpl> getImpl()
const;
107 std::shared_ptr<ConnectionParametersImpl> pImpl;
valueRef operator=(valueRef newValue)
Sets this field to newValue.
<a href="IconLegend.html"><img src="extRV.gif" alt="RemoteViz" border="0"></a>
unsigned int getNumParameters() const
Gets the number of parameters.
const std::string & getKey(int index) const
Gets the key associated with an index.
int getIndex(const std::string &key) const
Gets the index associated with a key.
const std::string & getValue(const std::string &key) const
Gets the value of a parameter associated with a key.
const std::string & getValue(int index) const
Gets the value of a parameter associated with an index.
#define RENDERSERVICE_API