Caffa
1.1.0
C++ Application Framework for Embedded Systems with introspection
|
This is the complete list of members for caffa::Document, including all inherited members.
accept(Inspector *visitor) const | caffa::ObjectHandle | |
accept(Editor *editor) | caffa::ObjectHandle | |
addField(FieldHandle *field, const std::string &keyword) | caffa::ObjectHandle | protected |
addMethod(MethodHandle *method, const std::string &keyword) | caffa::ObjectHandle | protected |
classDocumentation() const (defined in caffa::ObjectHandle) | caffa::ObjectHandle | inlinevirtual |
classInheritanceStack() const (defined in caffa::ObjectHandle) | caffa::ObjectHandle | inlinevirtual |
classKeyword() const (defined in caffa::ObjectHandle) | caffa::ObjectHandle | inlinevirtual |
classKeywordStatic() (defined in caffa::ObjectHandle) | caffa::ObjectHandle | inlinestatic |
Document(const std::string &id=std::string(classKeywordStatic())) (defined in caffa::Document) | caffa::Document | |
fields() const | caffa::ObjectHandle | |
fileName() const (defined in caffa::Document) | caffa::Document | |
findField(const std::string &keyword) const | caffa::ObjectHandle | |
findMethod(const std::string &keyword) const | caffa::ObjectHandle | |
id() const (defined in caffa::Document) | caffa::Document | |
InheritanceStackType typedef (defined in caffa::ObjectHandle) | caffa::ObjectHandle | |
initAfterRead() | caffa::ObjectHandle | inlinevirtual |
initField(FieldType &field, const std::string &keyword) | caffa::Object | inlineprotected |
initMethod(MethodType &method, const std::string &keyword, CallbackT &&callback) | caffa::Object | inlineprotected |
initMethodWithSession(MethodType &method, const std::string &keyword, CallbackT &&callback) | caffa::Object | inlineprotected |
isValidCharacter(char c) (defined in caffa::ObjectHandle) | caffa::ObjectHandle | inlinestatic |
isValidKeyword(const std::string_view &type) | caffa::ObjectHandle | inlinestatic |
matchesClassKeyword(const std::string &classKeyword, const InheritanceStackType &inheritanceStack) (defined in caffa::ObjectHandle) | caffa::ObjectHandle | inlinestatic |
methods() const | caffa::ObjectHandle | |
Object(bool generateUuid=true) (defined in caffa::Object) | caffa::Object | |
ObjectHandle(bool generateUuid=true) (defined in caffa::ObjectHandle) | caffa::ObjectHandle | |
parentClassKeyword() const | caffa::ObjectHandle | inline |
setFileName(const std::string &fileName) (defined in caffa::Document) | caffa::Document | |
setId(const std::string &id) (defined in caffa::Document) | caffa::Document | |
setUuid(const std::string &) (defined in caffa::ObjectHandle) | caffa::ObjectHandle | |
uuid() const (defined in caffa::ObjectHandle) | caffa::ObjectHandle | |
~Document() noexcept override (defined in caffa::Document) | caffa::Document | |
~Object() noexcept override (defined in caffa::Object) | caffa::Object | |
~ObjectHandle() noexcept (defined in caffa::ObjectHandle) | caffa::ObjectHandle | virtual |