This is the complete list of members for NdrNode, including all inherited members.
_context (defined in NdrNode) | NdrNode | protected |
_definitionURI (defined in NdrNode) | NdrNode | protected |
_family (defined in NdrNode) | NdrNode | protected |
_identifier (defined in NdrNode) | NdrNode | protected |
_implementationURI (defined in NdrNode) | NdrNode | protected |
_inputNames (defined in NdrNode) | NdrNode | protected |
_inputs (defined in NdrNode) | NdrNode | protected |
_isValid (defined in NdrNode) | NdrNode | protected |
_metadata (defined in NdrNode) | NdrNode | protected |
_name (defined in NdrNode) | NdrNode | protected |
_outputNames (defined in NdrNode) | NdrNode | protected |
_outputs (defined in NdrNode) | NdrNode | protected |
_properties (defined in NdrNode) | NdrNode | protected |
_sourceCode (defined in NdrNode) | NdrNode | protected |
_sourceType (defined in NdrNode) | NdrNode | protected |
_version (defined in NdrNode) | NdrNode | protected |
GetContext() const | NdrNode | inline |
GetFamily() const | NdrNode | inline |
GetIdentifier() const | NdrNode | inline |
GetInfoString() const | NdrNode | virtual |
GetInput(const TfToken &inputName) const | NdrNode | |
GetInputNames() const | NdrNode | |
GetMetadata() const | NdrNode | |
GetName() const | NdrNode | inline |
GetOutput(const TfToken &outputName) const | NdrNode | |
GetOutputNames() const | NdrNode | |
GetResolvedDefinitionURI() const | NdrNode | inline |
GetResolvedImplementationURI() const | NdrNode | inline |
GetSourceCode() const | NdrNode | inline |
GetSourceType() const | NdrNode | inline |
GetVersion() const | NdrNode | inline |
IsValid() const | NdrNode | inlinevirtual |
NdrNode(const NdrIdentifier &identifier, const NdrVersion &version, const std::string &name, const TfToken &family, const TfToken &context, const TfToken &sourceType, const std::string &definitionURI, const std::string &implementationURI, NdrPropertyUniquePtrVec &&properties, const NdrTokenMap &metadata=NdrTokenMap(), const std::string &sourceCode=std::string()) | NdrNode | |
operator=(const NdrNode &)=delete (defined in NdrNode) | NdrNode | protected |
~NdrNode() | NdrNode | virtual |