Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::Document::DocumentHandle Class Reference

Public Member Functions

DocumentHandle append (Document doc)
DocumentHandle append (std::string_view name, std::string_view content="", const UnorderedStringMap< std::string > &attributes={})
DocumentHandle appendText (std::string_view text)
 DocumentHandle (const DocumentHandle &)=default
 DocumentHandle (DocumentHandle &&)=default
Elementelement ()
const Elementelement () const
DocumentHandle get (const std::vector< PathComponent > &path)
DocumentHandle insert (PathComponent pos, Document doc)
DocumentHandle insert (PathComponent pos, std::string_view name, std::string_view content="", const UnorderedStringMap< std::string > &attributes={})
DocumentHandle insertText (PathComponent pos, std::string_view text)
 operator bool () const
DocumentHandle & operator+= (std::string_view content)
DocumentHandle & operator= (const DocumentHandle &)=default
DocumentHandle & operator= (DocumentHandle &&)=default

Public Attributes

friend Document

The documentation for this class was generated from the following file:
  • include/inviwo/core/util/document.h