Inviwo  0.9.10.1
Inviwo documentation
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, const std::string &name, const std::string content="", const std::unordered_map< std::string, std::string > &attributes={})
 
DocumentHandle append (const std::string &name, const std::string content="", const std::unordered_map< std::string, std::string > &attributes={})
 
DocumentHandle insert (PathComponent pos, Document doc)
 
DocumentHandle append (Document doc)
 
const Elementelement () const
 
Elementelement ()
 
 operator bool () const
 
DocumentHandleoperator+= (const std::string &content)
 

Public Attributes

friend Document
 

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