API
4.0
For C++ developers
|
This is the complete list of members for OpenSim::ComponentPath, including all inherited members.
ComponentPath() | OpenSim::ComponentPath | |
ComponentPath(const std::string &path) | OpenSim::ComponentPath | |
ComponentPath(const std::vector< std::string > &pathVec, bool isAbsolute) | OpenSim::ComponentPath | |
formAbsolutePath(const ComponentPath &otherPath) const | OpenSim::ComponentPath | |
formAbsolutePathVec(const Path &otherPath) const | OpenSim::Path | protected |
formRelativePath(const ComponentPath &otherPath) const | OpenSim::ComponentPath | |
formRelativePathVec(const Path &otherPath) const | OpenSim::Path | protected |
getComponentName() const | OpenSim::ComponentPath | |
getInvalidChars() const override | OpenSim::ComponentPath | inlinevirtual |
getNumPathLevels() const | OpenSim::Path | inline |
getParentPath() const | OpenSim::ComponentPath | |
getParentPathString() const | OpenSim::ComponentPath | |
getParentPathVec() const | OpenSim::Path | inlineprotected |
getPathElement(size_t pos) const | OpenSim::Path | inlineprotected |
getPathName() const | OpenSim::Path | inlineprotected |
getSeparator() const override | OpenSim::ComponentPath | inlinevirtual |
getSubcomponentNameAtLevel(size_t index) const | OpenSim::ComponentPath | |
isAbsolute() const | OpenSim::Path | inline |
isLegalPathElement(const std::string &pathElement) const | OpenSim::Path | |
operator!=(const ComponentPath &other) const | OpenSim::ComponentPath | inline |
operator=(const Path &)=default | OpenSim::Path | |
operator==(const ComponentPath &other) const | OpenSim::ComponentPath | inline |
Path(const char separator, const std::string invalidChars) | OpenSim::Path | |
Path(const std::string path, const char separator, const std::string invalidChars) | OpenSim::Path | |
Path(const std::vector< std::string > pathVec, const char separator, const std::string invalidChars, bool isAbsolute) | OpenSim::Path | |
Path(const Path &)=default | OpenSim::Path | |
pushBack(const std::string &pathElement) | OpenSim::Path | inline |
toString() const | OpenSim::Path | |
trimDotAndDotDotElements() | OpenSim::Path | |
~Path()=default | OpenSim::Path | virtual |