This is the complete list of members for CeresEngine::ContentType, including all inherited members.
| ContentType() | CeresEngine::ContentType | |
| ContentType(StringView type) | CeresEngine::ContentType | explicit |
| ContentType(const char *type) | CeresEngine::ContentType | explicit |
| ContentType(String type, String subtype, String tree={}, String suffix={}, Map< String, String > parameters={}) noexcept | CeresEngine::ContentType | |
| ContentType(String type, String subtype, Map< String, String > parameters) noexcept | CeresEngine::ContentType | |
| ContentType(const ContentType &other) | CeresEngine::ContentType | |
| ContentType(ContentType &&other) noexcept | CeresEngine::ContentType | |
| empty() const | CeresEngine::ContentType | |
| emptyParameters() const | CeresEngine::ContentType | |
| emptySubtype() const | CeresEngine::ContentType | |
| emptySuffix() const | CeresEngine::ContentType | |
| emptyTree() const | CeresEngine::ContentType | |
| emptyType() const | CeresEngine::ContentType | |
| getParameter(const String &name) const | CeresEngine::ContentType | |
| getParameters() const | CeresEngine::ContentType | |
| getSubtype() const | CeresEngine::ContentType | |
| getSuffix() const | CeresEngine::ContentType | |
| getTree() const | CeresEngine::ContentType | |
| getType() const | CeresEngine::ContentType | |
| mParameters | CeresEngine::ContentType | private |
| mSubtype | CeresEngine::ContentType | private |
| mSuffix | CeresEngine::ContentType | private |
| mTree | CeresEngine::ContentType | private |
| mType | CeresEngine::ContentType | private |
| operator bool() const | CeresEngine::ContentType | explicit |
| operator!=(const ContentType &other) const | CeresEngine::ContentType | |
| operator<(const ContentType &other) const | CeresEngine::ContentType | |
| operator<<(std::ostream &str, const ContentType &obj) | CeresEngine::ContentType | related |
| operator<=(const ContentType &other) const | CeresEngine::ContentType | |
| operator=(StringView contentType) | CeresEngine::ContentType | |
| operator=(const ContentType &other) | CeresEngine::ContentType | |
| operator=(ContentType &&other) noexcept | CeresEngine::ContentType | |
| operator==(const ContentType &other) const | CeresEngine::ContentType | |
| operator>(const ContentType &other) const | CeresEngine::ContentType | |
| operator>=(const ContentType &other) const | CeresEngine::ContentType | |
| parse(StringView str) | CeresEngine::ContentType | private |
| setParameter(const String &name, String value) | CeresEngine::ContentType | |
| setParameters(Map< String, String > parameters) | CeresEngine::ContentType | |
| setSubtype(String subtype) | CeresEngine::ContentType | |
| setSuffix(String suffix) | CeresEngine::ContentType | |
| setTree(String tree) | CeresEngine::ContentType | |
| setType(String type) | CeresEngine::ContentType | |
| toString() const | CeresEngine::ContentType | |