libhomegear-base
0.7
Base library for Homegear and Homegear family modules.
|
#include <string>
#include <vector>
#include <memory>
Go to the source code of this file.
Classes | |
class | BaseLib::DeviceDescription::HttpPayload |
Class describing HTTP payloads. More... | |
Namespaces | |
rapidxml | |
BaseLib | |
BaseLib::DeviceDescription | |
Typedefs | |
typedef std::shared_ptr< HttpPayload > | BaseLib::DeviceDescription::PHttpPayload |
Helper type for HttpPayload pointers. More... | |
typedef std::vector< PHttpPayload > | BaseLib::DeviceDescription::HttpPayloads |
Helper type for HttpPayload pointer arrays. More... | |