MaterialX 1.39.1
|
This is the complete list of members for Syntax, including all inherited members.
_invalidTokens (defined in Syntax) | Syntax | protected |
_reservedWords (defined in Syntax) | Syntax | protected |
_typeSyntaxes (defined in Syntax) | Syntax | protected |
_typeSyntaxIndexByType (defined in Syntax) | Syntax | protected |
BEGIN_MULTI_LINE_COMMENT (defined in Syntax) | Syntax | protectedstatic |
CHANNELS_MAPPING (defined in Syntax) | Syntax | protectedstatic |
COMMA (defined in Syntax) | Syntax | static |
CURLY_BRACKETS enum value (defined in Syntax) | Syntax | |
DOUBLE_SQUARE_BRACKETS enum value (defined in Syntax) | Syntax | |
END_MULTI_LINE_COMMENT (defined in Syntax) | Syntax | protectedstatic |
getArrayTypeSuffix(TypeDesc, const Value &) const | Syntax | inlinevirtual |
getArrayTypeSuffix(const TypeDesc *type, const Value &value) const (defined in Syntax) | Syntax | inline |
getArrayVariableSuffix(TypeDesc type, const Value &value) const | Syntax | virtual |
getArrayVariableSuffix(const TypeDesc *type, const Value &value) const (defined in Syntax) | Syntax | inline |
getBeginMultiLineComment() const | Syntax | inlinevirtual |
getConstantQualifier() const =0 | Syntax | pure virtual |
getDefaultValue(TypeDesc type, bool uniform=false) const | Syntax | |
getDefaultValue(const TypeDesc *type, bool uniform=false) const (defined in Syntax) | Syntax | inline |
getEndMultiLineComment() const | Syntax | inlinevirtual |
getIncludeStatement() const | Syntax | inlinevirtual |
getIndentation() const | Syntax | inlinevirtual |
getInputQualifier() const | Syntax | inlinevirtual |
getInvalidTokens() const | Syntax | inline |
getNewline() const | Syntax | inlinevirtual |
getOutputQualifier() const | Syntax | inlinevirtual |
getOutputTypeName(TypeDesc type) const | Syntax | virtual |
getOutputTypeName(const TypeDesc *type) const (defined in Syntax) | Syntax | inline |
getReservedWords() const | Syntax | inline |
getSingleLineComment() const | Syntax | inlinevirtual |
getSourceFileExtension() const =0 | Syntax | pure virtual |
getStringQuote() const | Syntax | inlinevirtual |
getTypeAlias(TypeDesc type) const | Syntax | |
getTypeAlias(const TypeDesc *type) const (defined in Syntax) | Syntax | inline |
getTypeDefinition(TypeDesc type) const | Syntax | |
getTypeDefinition(const TypeDesc *type) const (defined in Syntax) | Syntax | inline |
getTypeName(TypeDesc type) const | Syntax | |
getTypeName(const TypeDesc *type) const (defined in Syntax) | Syntax | inline |
getTypeSyntax(TypeDesc type) const | Syntax | |
getTypeSyntax(const TypeDesc *type) const (defined in Syntax) | Syntax | inline |
getTypeSyntaxes() const | Syntax | inline |
getUniformQualifier() const | Syntax | inlinevirtual |
getValue(TypeDesc type, const Value &value, bool uniform=false) const | Syntax | virtual |
getValue(const TypeDesc *type, const Value &value, bool uniform=false) const (defined in Syntax) | Syntax | inline |
getValue(const ShaderPort *port, bool uniform=false) const | Syntax | virtual |
getVariableName(const string &name, TypeDesc type, IdentifierMap &identifiers) const | Syntax | virtual |
getVariableName(const string &name, const TypeDesc *type, IdentifierMap &identifiers) const (defined in Syntax) | Syntax | inline |
INCLUDE_STATEMENT (defined in Syntax) | Syntax | protectedstatic |
INDENTATION (defined in Syntax) | Syntax | protectedstatic |
makeIdentifier(string &name, IdentifierMap &identifiers) const | Syntax | virtual |
makeValidName(string &name) const | Syntax | virtual |
NEWLINE | Syntax | static |
PARENTHESES enum value (defined in Syntax) | Syntax | |
Punctuation enum name | Syntax | |
registerInvalidTokens(const StringMap &tokens) | Syntax | |
registerReservedWords(const StringSet &names) | Syntax | |
registerTypeSyntax(TypeDesc type, TypeSyntaxPtr syntax) | Syntax | |
registerTypeSyntax(const TypeDesc *type, TypeSyntaxPtr syntax) (defined in Syntax) | Syntax | inline |
remapEnumeration(const string &value, TypeDesc type, const string &enumNames, std::pair< TypeDesc, ValuePtr > &result) const | Syntax | virtual |
SEMICOLON (defined in Syntax) | Syntax | static |
SINGLE_LINE_COMMENT (defined in Syntax) | Syntax | protectedstatic |
SQUARE_BRACKETS enum value (defined in Syntax) | Syntax | |
STRING_QUOTE (defined in Syntax) | Syntax | protectedstatic |
Syntax() | Syntax | protected |
typeSupported(const TypeDesc *type) const | Syntax | virtual |
~Syntax() (defined in Syntax) | Syntax | inlinevirtual |