_data_type enum name | erpcgen::DataType | |
addAnnotation(const Annotation &a) | erpcgen::Symbol | inline |
c_function_list_t typedef | erpcgen::FunctionType | |
DataType(_data_type dataType) | erpcgen::DataType | inline |
DataType(const std::string &name, _data_type dataType) | erpcgen::DataType | inline |
DataType(const std::string &name, _data_type dataType, symbol_type_t symbolType) | erpcgen::DataType | inline |
DataType(const Token &tok, _data_type dataType, symbol_type_t symbolType) | erpcgen::DataType | inline |
findAnnotation(std::string name, Annotation::program_lang_t lang) | erpcgen::Symbol | |
FunctionBase() | erpcgen::FunctionBase | inline |
FunctionType(const Token &tok) | erpcgen::FunctionType | inline |
getAnnotations(std::string name, Annotation::program_lang_t lang) | erpcgen::Symbol | |
getAnnotations() const | erpcgen::Symbol | inline |
getAnnStringValue(const std::string annName, Annotation::program_lang_t lang) | erpcgen::Symbol | |
getAnnValue(const std::string annName, Annotation::program_lang_t lang) | erpcgen::Symbol | |
getCallbackFuns() | erpcgen::FunctionType | inline |
getDataType() const | erpcgen::DataType | inline |
getDescription() const | erpcgen::FunctionType | virtual |
getFirstLine() const | erpcgen::Symbol | inline |
getIlComment() | erpcgen::Symbol | inline |
getLastLine() const | erpcgen::Symbol | inline |
getLocation() | erpcgen::Symbol | inline |
getMlComment() | erpcgen::Symbol | inline |
getName() const | erpcgen::Symbol | inline |
getParameters() | erpcgen::FunctionBase | inline |
getReturnStructMemberType() | erpcgen::FunctionBase | inline |
getReturnType() | erpcgen::FunctionBase | inline |
getSymbolType() const | erpcgen::Symbol | inline |
getTrueContainerDataType() | erpcgen::DataType | |
getTrueDataType() | erpcgen::DataType | |
isAlias() const | erpcgen::DataType | inlinevirtual |
isArray() const | erpcgen::DataType | inlinevirtual |
isBinary() const | erpcgen::DataType | inlinevirtual |
isBool() const | erpcgen::DataType | inlinevirtual |
isBuiltin() const | erpcgen::DataType | inlinevirtual |
isEnum() const | erpcgen::DataType | inlinevirtual |
isFunction() const | erpcgen::FunctionType | inlinevirtual |
isList() const | erpcgen::DataType | inlinevirtual |
isOneway() const | erpcgen::FunctionBase | inline |
isScalar() const | erpcgen::DataType | inlinevirtual |
isString() const | erpcgen::DataType | inlinevirtual |
isStruct() const | erpcgen::DataType | inlinevirtual |
isUnion() const | erpcgen::DataType | inlinevirtual |
isVoid() const | erpcgen::DataType | inlinevirtual |
kAliasType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kAliasTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kArrayType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kArrayTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kBuiltinType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kBuiltinTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kConstSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kEnumMemberSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kEnumType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kEnumTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kFunctionSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kFunctionType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kFunctionTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kInterfaceSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kListType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kListTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kProgramSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kStructMemberSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kStructType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kStructTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kTypenameSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kUnionCaseMemberSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kUnionType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
kUnionTypeSymbol enum value (defined in erpcgen::Symbol) | erpcgen::Symbol | |
kVoidType enum value (defined in erpcgen::DataType) | erpcgen::DataType | |
m_annotations | erpcgen::Symbol | protected |
m_callbackFuns | erpcgen::FunctionType | protected |
m_dataType | erpcgen::DataType | protected |
m_ilComment | erpcgen::Symbol | protected |
m_isOneway | erpcgen::FunctionBase | protected |
m_location | erpcgen::Symbol | protected |
m_mlComment | erpcgen::Symbol | protected |
m_name | erpcgen::Symbol | protected |
m_parameters | erpcgen::FunctionBase | protected |
m_returnType | erpcgen::FunctionBase | protected |
m_symbolType | erpcgen::Symbol | protected |
printAnnotations() | erpcgen::Symbol | |
setIlComment(std::string comment) | erpcgen::Symbol | inline |
setIsOneway(bool isOneway) | erpcgen::FunctionBase | inline |
setLocation(const token_loc_t &loc) | erpcgen::Symbol | inline |
setMlComment(std::string comment) | erpcgen::Symbol | inline |
setName(const std::string &newName) | erpcgen::Symbol | inline |
setReturnStructMemberType(StructMember *returnType) | erpcgen::FunctionBase | inline |
Symbol(symbol_type_t symType) | erpcgen::Symbol | inline |
Symbol(symbol_type_t symType, const std::string &name) | erpcgen::Symbol | inline |
Symbol(symbol_type_t symType, const Token &tok) | erpcgen::Symbol | inline |
symbol_type_t enum name | erpcgen::Symbol | |
~FunctionBase() (defined in erpcgen::FunctionBase) | erpcgen::FunctionBase | inlinevirtual |
~Symbol() | erpcgen::Symbol | inlinevirtual |