DiaDes  0.1
DIAgnosis of Discrete-Event System
TreeViewHtml.hh
Go to the documentation of this file.
1 
8 #ifndef __DIADES__AUTOMATA__EXPERIMENTAL__TREEVIEWHTML__HH__
9 #define __DIADES__AUTOMATA__EXPERIMENTAL__TREEVIEWHTML__HH__
10 #include<fstream>
13 
15 
16 #include "EventSet.hh"
18 
19 namespace Diades
20 {
21  namespace Automata
22  {
23  namespace Experimental
24  {
25  std::string listSingleItem(const std::string & item);
26 
27  std::string startListCaretItem(const std::string & item);
28 
29  std::string endListCaretItem();
30 
31 
32 
33  std::string startTree(const std::string & treeId);
34 
35  std::string endTree();
36 
37  std::string startNestedTree();
38 
39  std::string endNestedTree();
40 
41 
42  std::ostream & toTreeViewHtmlStart(std::ostream & os);
43 
44 
45  std::ostream & toTreeViewHtmlEnd(std::ostream & os);
46  }
47  }
48 }
49 
50 
51 #endif
std::string startListCaretItem(const std::string &item)
std::ostream & toTreeViewHtmlStart(std::ostream &os)
std::string listSingleItem(const std::string &item)
std::string startTree(const std::string &treeId)
Namespace of the Diades project.
std::ostream & toTreeViewHtmlEnd(std::ostream &os)