![]() |
Inviwo
0.9.10.1
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, 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 Element & | element () const |
| Element & | element () |
| operator bool () const | |
| DocumentHandle & | operator+= (const std::string &content) |
Public Attributes | |
| friend | Document |