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

Public Member Functions

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

Public Attributes

friend Document
 

The documentation for this class was generated from the following file: