![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Member Functions | |
| DocumentHandle (const DocumentHandle &)=default | |
| DocumentHandle & | operator= (const DocumentHandle &)=default |
| DocumentHandle (DocumentHandle &&)=default | |
| DocumentHandle & | operator= (DocumentHandle &&)=default |
| DocumentHandle | get (const std::vector< PathComponent > &path) |
| DocumentHandle | insert (PathComponent pos, std::string_view name, std::string_view content="", const UnorderedStringMap< std::string > &attributes={}) |
| DocumentHandle | append (std::string_view name, std::string_view content="", const UnorderedStringMap< 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 Element & | element () const |
| Element & | element () |
| operator bool () const | |
| DocumentHandle & | operator+= (std::string_view content) |
Public Attributes | |
| friend | Document |