Ice 3.7 C++11 API Reference
Classes | Typedefs | Functions
IceBT Namespace Reference

Classes

class  Plugin
 Represents the IceBT plug-in object. More...
 

Typedefs

typedef std::map< std::string, PropertyMapDeviceMap
 A collection of properties for each device. More...
 
typedef std::map< std::string, std::string > PropertyMap
 A name-value map. More...
 

Functions

 ICE_DEFINE_PTR (PluginPtr, Plugin)
 

Typedef Documentation

◆ DeviceMap

typedef std::map<std::string, PropertyMap> IceBT::DeviceMap

A collection of properties for each device.

◆ PropertyMap

typedef std::map<std::string, std::string> IceBT::PropertyMap

A name-value map.

Function Documentation

◆ ICE_DEFINE_PTR()

IceBT::ICE_DEFINE_PTR ( PluginPtr  ,
Plugin   
)