lemon/lgf_writer.h
changeset 154 f4e4dbc1d467
parent 140 356930927a71
child 156 e561aa7675de
equal deleted inserted replaced
2:98b616667029 3:dab83e468fc6
   235   template <typename _Digraph>
   235   template <typename _Digraph>
   236   class DigraphWriter {
   236   class DigraphWriter {
   237   public:
   237   public:
   238 
   238 
   239     typedef _Digraph Digraph;
   239     typedef _Digraph Digraph;
   240     DIGRAPH_TYPEDEFS(Digraph);
   240     TEMPLATE_DIGRAPH_TYPEDEFS(Digraph);
   241     
   241     
   242   private:
   242   private:
   243 
   243 
   244 
   244 
   245     std::ostream* _os;
   245     std::ostream* _os;