AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Classes | Functions
alexaClientSDK::acsdkManufactory Namespace Reference

Namespaces

 internal
 
 test
 

Classes

struct  Annotated
 
class  Component
 
class  ComponentAccumulator
 
class  FactorySequencer
 
class  FactorySequencer< ResultType, PrecursorTypes... >
 
class  Import
 
class  Manufactory
 
struct  OptionalImport
 

Functions

template<typename Annotation , typename Type >
bool operator== (const Annotated< Annotation, Type > &lhs, const Annotated< Annotation, Type > &rhs)
 
template<typename Annotation , typename Type >
bool operator!= (const Annotated< Annotation, Type > &lhs, const Annotated< Annotation, Type > &rhs)
 
template<typename Annotation , typename Type >
bool operator== (const Annotated< Annotation, Type > &lhs, const std::shared_ptr< Type > &rhs)
 
template<typename Annotation , typename Type >
bool operator!= (const Annotated< Annotation, Type > &lhs, const std::shared_ptr< Type > &rhs)
 

Function Documentation

◆ operator!=() [1/2]

template<typename Annotation , typename Type >
bool alexaClientSDK::acsdkManufactory::operator!= ( const Annotated< Annotation, Type > &  lhs,
const Annotated< Annotation, Type > &  rhs 
)
inline

◆ operator!=() [2/2]

template<typename Annotation , typename Type >
bool alexaClientSDK::acsdkManufactory::operator!= ( const Annotated< Annotation, Type > &  lhs,
const std::shared_ptr< Type > &  rhs 
)
inline

◆ operator==() [1/2]

template<typename Annotation , typename Type >
bool alexaClientSDK::acsdkManufactory::operator== ( const Annotated< Annotation, Type > &  lhs,
const Annotated< Annotation, Type > &  rhs 
)
inline

◆ operator==() [2/2]

template<typename Annotation , typename Type >
bool alexaClientSDK::acsdkManufactory::operator== ( const Annotated< Annotation, Type > &  lhs,
const std::shared_ptr< Type > &  rhs 
)
inline

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0