Go to the source code of this file.
|
namespace | Safir |
| This namespace contains all the functionality and definitions of the SAFIR SDK.
|
|
namespace | Safir::Dob |
| This namespace contains all functionality of the DOB (Components DOSE and DOTS).
|
|
namespace | Safir::Dob::Typesystem |
| This namespace contains the DOB Typesystem functionality and definitions.
|
|
|
static bool | Safir::Dob::Typesystem::operator== (const ContainerProxy< ChannelIdContainer > &first, const ChannelId &second) |
|
static bool | Safir::Dob::Typesystem::operator!= (const ContainerProxy< ChannelIdContainer > &first, const ChannelId &second) |
|
static bool | Safir::Dob::Typesystem::operator== (const ContainerProxy< HandlerIdContainer > &first, const HandlerId &second) |
|
static bool | Safir::Dob::Typesystem::operator!= (const ContainerProxy< HandlerIdContainer > &first, const HandlerId &second) |
|
static bool | Safir::Dob::Typesystem::operator== (const ContainerProxy< InstanceIdContainer > &first, const InstanceId &second) |
|
static bool | Safir::Dob::Typesystem::operator!= (const ContainerProxy< InstanceIdContainer > &first, const InstanceId &second) |
|
static bool | Safir::Dob::Typesystem::operator== (const ContainerProxy< EntityIdContainer > &first, const EntityId &second) |
|
static bool | Safir::Dob::Typesystem::operator!= (const ContainerProxy< EntityIdContainer > &first, const EntityId &second) |
|
static bool | Safir::Dob::Typesystem::operator== (const std::wstring &first, const ContainerProxy< StringContainer > &second) |
|
static bool | Safir::Dob::Typesystem::operator!= (const std::wstring &first, const ContainerProxy< StringContainer > &second) |
|
static bool | Safir::Dob::Typesystem::operator== (const Binary &first, const ContainerProxy< BinaryContainer > &second) |
|
static bool | Safir::Dob::Typesystem::operator!= (const Binary &first, const ContainerProxy< BinaryContainer > &second) |
|