AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
Classes | |
class | cpp.ast._NullDict |
class | cpp.ast.Node |
class | cpp.ast.Define |
class | cpp.ast.Include |
class | cpp.ast.Goto |
class | cpp.ast.Expr |
class | cpp.ast.Return |
class | cpp.ast.Delete |
class | cpp.ast.Friend |
class | cpp.ast.Using |
class | cpp.ast.Parameter |
class | cpp.ast._GenericDeclaration |
class | cpp.ast.VariableDeclaration |
class | cpp.ast.Typedef |
class | cpp.ast._NestedType |
class | cpp.ast.Union |
class | cpp.ast.Enum |
class | cpp.ast.Class |
class | cpp.ast.Struct |
class | cpp.ast.Function |
class | cpp.ast.Method |
class | cpp.ast.Type |
class | cpp.ast.TypeConverter |
class | cpp.ast.AstBuilder |
Namespaces | |
cpp.ast | |
Functions | |
def | cpp.ast.reversed (seq) |
def | cpp.ast.next (obj) |
def | cpp.ast.BuilderFromSource (source, filename) |
def | cpp.ast.PrintIndentifiers (filename, should_print) |
def | cpp.ast.PrintAllIndentifiers (filenames, should_print) |
def | cpp.ast.main (argv) |
Variables | |
int | cpp.ast.FUNCTION_NONE = 0x00 |
int | cpp.ast.FUNCTION_CONST = 0x01 |
int | cpp.ast.FUNCTION_VIRTUAL = 0x02 |
int | cpp.ast.FUNCTION_PURE_VIRTUAL = 0x04 |
int | cpp.ast.FUNCTION_CTOR = 0x08 |
int | cpp.ast.FUNCTION_DTOR = 0x10 |
int | cpp.ast.FUNCTION_ATTRIBUTE = 0x20 |
int | cpp.ast.FUNCTION_UNKNOWN_ANNOTATION = 0x40 |
int | cpp.ast.FUNCTION_THROW = 0x80 |
int | cpp.ast.FUNCTION_OVERRIDE = 0x100 |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0