23#include <Inventor/sys/port.h>
24#include <RemoteViz/Rendering/LibHelper.h>
35 class ConnectionParametersImpl;
55 class RENDERSERVICE_API ConnectionParameters {
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;
110 ConnectionParameters(
const std::string& url);
113 ConnectionParameters(
const ConnectionParameters&) =
delete;
114 ConnectionParameters& operator= (
const ConnectionParameters&) =
delete;
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.
This namespace manages the server-side rendering mechanism.